#BEFC6C

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

Shades of Sulu #BEFC6C

Tints of Sulu #BEFC6C

Color information

#BEFC6C (or 0xBEFC6C) is unknown color: approx Sulu. HEX triplet: BE, FC and 6C. RGB value is (190,252,108). Sum of RGB (Red+Green+Blue) = 190+252+108=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC6C is #410393. Grayscale: #D9D9D9. Windows color (decimal): -4260756 or 7142590. OLE color: 7142590.

HSL color Cylindrical-coordinate representation of color #BEFC6C: hue angle of 85.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEFC6C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB190252108-
CMYK0.2500.570.01
HSL85.83º96%70.59%-
HSV(B)85.83º57.14%98.82%-
XYZ58.7581.6526.85-
YUV217.0566.46108.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 108 (42.58% from 255) = 19.64%
R=34.55%
G=45.82%
B=19.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521080.2500.570.0185.839670.59
HexBEFC6C190391566047
Octal276374154310711126140107
Binary101111101111110011011001100101110011101011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC6C; }

 p { color: rgb(190,252,108); }

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

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

 a { background-color: rgb(190,252,108); }

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

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

 span { border-color: rgb(190,252,108); }

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