Html Css Color HEX #BADE55 Conifer

📋 copy color: '#BADE55'

red 186 ◦ green 222 ◦ blue 85

#BADE55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BADE55

Tints of Conifer #BADE55

RGB

 RED value IS 186 (73.05% from 255) = 37.73%

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 37.73%
G = 45.03%
B = 17.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BADE55 (or 0xBADE55) is known color: Conifer. HEX triplet: BA, DE and 55. RGB value is (186,222,85). Sum of RGB (Red+Green+Blue) = 186+222+85=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE55 is #4521AA. Grayscale: #C4C4C4. Windows color (decimal): -4530603 or 5627578. OLE color: 5627578.

HSL color Cylindrical-coordinate representation of color #BADE55: hue angle of 75.77º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BADE55 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 85 -
CMYK 0.16 0 0.62 0.13
HSL 75.77º 0.67% 0.6% -
HSV(B) 75.77º 0.62% 0.87% -
XYZ 48.01 63.34 18.29 -
YUV 195.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 186 222 85 0.16 0 0.62 0.13 75.77 0.67 0.6
Hex BA DE 55 10 0 3E D 4C 43 3C
Octal 272 336 125 20 0 76 15 114 103 74
Binary 10111010 11011110 1010101 10000 0 111110 1101 1001100 1000011 111100

Color Harmonies of #BADE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE55

Black with #BADE55

Text Example


Text Example

White with #BADE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE55; }

 p { color: rgb(186,222,85); }

 H1.HeaderClassName
 {
   color: #BADE55;
 }
 .AnyTagClassName
 {
   color: #BADE55;
 }
</style>

background-color css

<style>
 a { background-color: #BADE55; }

 a { background-color: rgb(186,222,85); }

 div.DivClassName
 {
   background-color: #BADE55;
 }
 .BgClassName
 {
   background-color: #BADE55;
 }
</style>

border-color css

<style>
 span { border-color: #BADE55; }

 span { border-color: rgb(186,222,85); }

 td.TdClassName
 {
   border-color: #BADE55;
 }
 .TagClassName
 {
   border-color: #BADE55;
 }
</style>