#BEED55

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

Shades of Conifer #BEED55

Tints of Conifer #BEED55

Color information

#BEED55 (or 0xBEED55) is unknown color: approx Conifer. HEX triplet: BE, ED and 55. RGB value is (190,237,85). Sum of RGB (Red+Green+Blue) = 190+237+85=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED55 is #4112AA. Grayscale: #CECECE. Windows color (decimal): -4264619 or 5631422. OLE color: 5631422.

HSL color Cylindrical-coordinate representation of color #BEED55: hue angle of 78.55º 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 #BEED55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB19023785-
CMYK0.2000.640.07
HSL78.55º80.85%63.14%-
HSV(B)78.55º64.14%92.94%-
XYZ53.1672.1719.72-
YUV205.6259.93116.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=37.11%
G=46.29%
B=16.60%

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
Decimal190237850.2000.640.0778.5580.8563.14
HexBEED551404074f513f
Octal276355125240100711712177
Binary10111110111011011010101101000100000011110011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEED55; }

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

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

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

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

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

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

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

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