Html Css Color HEX #BDE85E Conifer

📋 copy color: '#BDE85E'

red 189 ◦ green 232 ◦ blue 94

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

Shades of Conifer #BDE85E

Tints of Conifer #BDE85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 36.7%
G = 45.05%
B = 18.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BDE85E (or 0xBDE85E) is known color: Conifer. HEX triplet: BD, E8 and 5E. RGB value is (189,232,94). Sum of RGB (Red+Green+Blue) = 189+232+94=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE85E is #4217A1. Grayscale: #CBCBCB. Windows color (decimal): -4331426 or 6219965. OLE color: 6219965.

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

Color convert

RGB 189 232 94 -
CMYK 0.19 0 0.59 0.09
HSL 78.7º 0.75% 0.64% -
HSV(B) 78.7º 0.59% 0.91% -
XYZ 51.86 69.34 21.24 -
YUV 203.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 189 232 94 0.19 0 0.59 0.09 78.7 0.75 0.64
Hex BD E8 5E 13 0 3B 9 4F 4B 40
Octal 275 350 136 23 0 73 11 117 113 100
Binary 10111101 11101000 1011110 10011 0 111011 1001 1001111 1001011 1000000

Color Harmonies of #BDE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE85E

Black with #BDE85E

Text Example


Text Example

White with #BDE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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