#BDEE4E

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

Shades of Conifer #BDEE4E

Tints of Conifer #BDEE4E

Color information

#BDEE4E (or 0xBDEE4E) is unknown color: approx Conifer. HEX triplet: BD, EE and 4E. RGB value is (189,238,78). Sum of RGB (Red+Green+Blue) = 189+238+78=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEE4E is #4211B1. Grayscale: #CDCDCD. Windows color (decimal): -4329906 or 5172925. OLE color: 5172925.

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

Color convert

RGB18923878-
CMYK0.2100.670.07
HSL78.38º82.47%61.96%-
HSV(B)78.38º67.23%93.33%-
XYZ52.9472.5218.42-
YUV205.1156.27116.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 78 (30.86% from 255) = 15.45%
R=37.43%
G=47.13%
B=15.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189238780.2100.670.0778.3882.4761.96
HexBDEE4E1504374e523e
Octal275356116250103711612276
Binary10111101111011101001110101010100001111110011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE4E; }

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

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

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

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

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

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

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

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