#BEFC81

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

Shades of Sulu #BEFC81

Tints of Sulu #BEFC81

Color information

#BEFC81 (or 0xBEFC81) is unknown color: approx Sulu. HEX triplet: BE, FC and 81. RGB value is (190,252,129). Sum of RGB (Red+Green+Blue) = 190+252+129=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC81 is #41037E. Grayscale: #DBDBDB. Windows color (decimal): -4260735 or 8518846. OLE color: 8518846.

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

Color convert

RGB190252129-
CMYK0.2500.490.01
HSL90.24º95.35%74.71%-
HSV(B)90.24º48.81%98.82%-
XYZ60.0182.1533.46-
YUV219.4476.96107-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=33.27%
G=44.13%
B=22.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521290.2500.490.0190.2495.3574.71
HexBEFC811903115a5f4b
Octal276374201310611132137113
Binary1011111011111100100000011100101100011101101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC81; }

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

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

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

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

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

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

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

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