#BEFB65

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

Shades of Sulu #BEFB65

Tints of Sulu #BEFB65

Color information

#BEFB65 (or 0xBEFB65) is unknown color: approx Sulu. HEX triplet: BE, FB and 65. RGB value is (190,251,101). Sum of RGB (Red+Green+Blue) = 190+251+101=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFB65 is #41049A. Grayscale: #D8D8D8. Windows color (decimal): -4261019 or 6683582. OLE color: 6683582.

HSL color Cylindrical-coordinate representation of color #BEFB65: hue angle of 84.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEFB65 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB190251101-
CMYK0.2400.600.02
HSL84.4º94.94%69.02%-
HSV(B)84.4º59.76%98.43%-
XYZ58.0880.8824.86-
YUV215.6663.29109.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 101 (39.84% from 255) = 18.63%
R=35.06%
G=46.31%
B=18.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511010.2400.600.0284.494.9469.02
HexBEFB651803C2545f45
Octal276373145300742124137105
Binary1011111011111011110010111000011110010101010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB65; }

 p { color: rgb(190,251,101); }

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

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

 a { background-color: rgb(190,251,101); }

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

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

 span { border-color: rgb(190,251,101); }

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