#BDEE4B

Color #BDEE4B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDEE4B

Tints of Conifer #BDEE4B

Color information

#BDEE4B (or 0xBDEE4B) is unknown color: approx Conifer. HEX triplet: BD, EE and 4B. RGB value is (189,238,75). Sum of RGB (Red+Green+Blue) = 189+238+75=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEE4B is #4211B4. Grayscale: #CDCDCD. Windows color (decimal): -4329909 or 4976317. OLE color: 4976317.

HSL color Cylindrical-coordinate representation of color #BDEE4B: hue angle of 78.04º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDEE4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB18923875-
CMYK0.2100.680.07
HSL78.04º82.74%61.37%-
HSV(B)78.04º68.49%93.33%-
XYZ52.8372.4817.86-
YUV204.7754.77116.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 238 (93.36% from 255) = 47.41%
BLUE value IS 75 (29.69% from 255) = 14.94%
R=37.65%
G=47.41%
B=14.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189238750.2100.680.0778.0482.7461.37
HexBDEE4B1504474e533d
Octal275356113250104711612375
Binary10111101111011101001011101010100010011110011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE4B; }

 p { color: rgb(189,238,75); }

 H1.HeaderClassName
 {
   color: #BDEE4B;
 }
 .AnyTagClassName
 {
   color: #BDEE4B;
 }
</style>
background-color css

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

 a { background-color: rgb(189,238,75); }

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

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

 span { border-color: rgb(189,238,75); }

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