#BDED55

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

Shades of Conifer #BDED55

Tints of Conifer #BDED55

Color information

#BDED55 (or 0xBDED55) is unknown color: approx Conifer. HEX triplet: BD, ED and 55. RGB value is (189,237,85). Sum of RGB (Red+Green+Blue) = 189+237+85=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED55 is #4212AA. Grayscale: #CDCDCD. Windows color (decimal): -4330155 or 5631421. OLE color: 5631421.

HSL color Cylindrical-coordinate representation of color #BDED55: hue angle of 78.95º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDED55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB18923785-
CMYK0.2000.640.07
HSL78.95º80.85%63.14%-
HSV(B)78.95º64.14%92.94%-
XYZ52.9172.0419.71-
YUV205.3260.1116.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 237 (92.97% from 255) = 46.38%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=36.99%
G=46.38%
B=16.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189237850.2000.640.0778.9580.8563.14
HexBDED551404074f513f
Octal275355125240100711712177
Binary10111101111011011010101101000100000011110011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED55; }

 p { color: rgb(189,237,85); }

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

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

 a { background-color: rgb(189,237,85); }

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

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

 span { border-color: rgb(189,237,85); }

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