#BEF555

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

Shades of Conifer #BEF555

Tints of Conifer #BEF555

Color information

#BEF555 (or 0xBEF555) is unknown color: approx Conifer. HEX triplet: BE, F5 and 55. RGB value is (190,245,85). Sum of RGB (Red+Green+Blue) = 190+245+85=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF555 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF555 is #410AAA. Grayscale: #D2D2D2. Windows color (decimal): -4262571 or 5633470. OLE color: 5633470.

HSL color Cylindrical-coordinate representation of color #BEF555: hue angle of 80.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF555 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB19024585-
CMYK0.2200.650.04
HSL80.62º88.89%64.71%-
HSV(B)80.62º65.31%96.08%-
XYZ55.5376.9120.51-
YUV210.3257.28113.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 245 (96.09% from 255) = 47.12%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=36.54%
G=47.12%
B=16.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190245850.2200.650.0480.6288.8964.71
HexBEF555160414515941
Octal2763651252601014121131101
Binary101111101111010110101011011001000001100101000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF555; }

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

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

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

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

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

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

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

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