#BEFA77

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

Shades of Sulu #BEFA77

Tints of Sulu #BEFA77

Color information

#BEFA77 (or 0xBEFA77) is unknown color: approx Sulu. HEX triplet: BE, FA and 77. RGB value is (190,250,119). Sum of RGB (Red+Green+Blue) = 190+250+119=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA77 is #410588. Grayscale: #D9D9D9. Windows color (decimal): -4261257 or 7862974. OLE color: 7862974.

HSL color Cylindrical-coordinate representation of color #BEFA77: hue angle of 87.48º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEFA77 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB190250119-
CMYK0.2400.520.02
HSL87.48º92.91%72.35%-
HSV(B)87.48º52.4%98.04%-
XYZ58.7580.6529.92-
YUV217.1372.62108.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 119 (46.88% from 255) = 21.29%
R=33.99%
G=44.72%
B=21.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501190.2400.520.0287.4892.9172.35
HexBEFA77180342575d48
Octal276372167300642127135110
Binary1011111011111010111011111000011010010101011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA77; }

 p { color: rgb(190,250,119); }

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

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

 a { background-color: rgb(190,250,119); }

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

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

 span { border-color: rgb(190,250,119); }

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