Html Css Color HEX #BDE864 Conifer

📋 copy color: '#BDE864'

red 189 ◦ green 232 ◦ blue 100

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

Shades of Conifer #BDE864

Tints of Conifer #BDE864

RGB

 RED value IS 189 (74.22% from 255) = 36.28%

 GREEN value IS 232 (91.02% from 255) = 44.53%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 36.28%
G = 44.53%
B = 19.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#BDE864 (or 0xBDE864) is known color: Conifer. HEX triplet: BD, E8 and 64. RGB value is (189,232,100). Sum of RGB (Red+Green+Blue) = 189+232+100=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE864 is #42179B. Grayscale: #CCCCCC. Windows color (decimal): -4331420 or 6613181. OLE color: 6613181.

HSL color Cylindrical-coordinate representation of color #BDE864: hue angle of 79.55º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDE864 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 100 -
CMYK 0.19 0 0.57 0.09
HSL 79.55º 0.74% 0.65% -
HSV(B) 79.55º 0.57% 0.91% -
XYZ 52.14 69.45 22.71 -
YUV 204.1 69.25 117.23 -
System Red Green Blue C M Y K H S L
Decimal 189 232 100 0.19 0 0.57 0.09 79.55 0.74 0.65
Hex BD E8 64 13 0 39 9 50 4A 41
Octal 275 350 144 23 0 71 11 120 112 101
Binary 10111101 11101000 1100100 10011 0 111001 1001 1010000 1001010 1000001

Color Harmonies of #BDE864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE864

Black with #BDE864

Text Example


Text Example

White with #BDE864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE864; }

 p { color: rgb(189,232,100); }

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

background-color css

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

 a { background-color: rgb(189,232,100); }

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

border-color css

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

 span { border-color: rgb(189,232,100); }

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