#BEFA78

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

Shades of Sulu #BEFA78

Tints of Sulu #BEFA78

Color information

#BEFA78 (or 0xBEFA78) is unknown color: approx Sulu. HEX triplet: BE, FA and 78. RGB value is (190,250,120). Sum of RGB (Red+Green+Blue) = 190+250+120=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA78 is #410587. Grayscale: #D9D9D9. Windows color (decimal): -4261256 or 7928510. OLE color: 7928510.

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

Color convert

RGB190250120-
CMYK0.2400.520.02
HSL87.69º92.86%72.55%-
HSV(B)87.69º52%98.04%-
XYZ58.8180.6730.24-
YUV217.2473.12108.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 120 (47.27% from 255) = 21.43%
R=33.93%
G=44.64%
B=21.43%

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
Decimal1902501200.2400.520.0287.6992.8672.55
HexBEFA78180342585d49
Octal276372170300642130135111
Binary1011111011111010111100011000011010010101100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA78; }

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

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

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

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

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

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

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

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