#BDEE65

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

Shades of Conifer #BDEE65

Tints of Conifer #BDEE65

Color information

#BDEE65 (or 0xBDEE65) is unknown color: approx Conifer. HEX triplet: BD, EE and 65. RGB value is (189,238,101). Sum of RGB (Red+Green+Blue) = 189+238+101=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEE65 is #42119A. Grayscale: #D0D0D0. Windows color (decimal): -4329883 or 6680253. OLE color: 6680253.

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

Color convert

RGB189238101-
CMYK0.2100.580.07
HSL81.46º80.12%66.47%-
HSV(B)81.46º57.56%93.33%-
XYZ53.9172.9123.54-
YUV207.7367.77114.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 238 (93.36% from 255) = 45.08%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=35.80%
G=45.08%
B=19.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381010.2100.580.0781.4680.1266.47
HexBDEE651503A7515042
Octal275356145250727121120102
Binary10111101111011101100101101010111010111101000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE65; }

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

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

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

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

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

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

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

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