#BEFB8B

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

Shades of Sulu #BEFB8B

Tints of Sulu #BEFB8B

Color information

#BEFB8B (or 0xBEFB8B) is unknown color: approx Sulu. HEX triplet: BE, FB and 8B. RGB value is (190,251,139). Sum of RGB (Red+Green+Blue) = 190+251+139=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFB8B is #410474. Grayscale: #DCDCDC. Windows color (decimal): -4260981 or 9173950. OLE color: 9173950.

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

Color convert

RGB190251139-
CMYK0.2400.450.02
HSL92.68º93.33%76.47%-
HSV(B)92.68º44.62%98.43%-
XYZ60.3981.8137.03-
YUV219.9982.29106.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=32.76%
G=43.28%
B=23.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511390.2400.450.0292.6893.3376.47
HexBEFB8B1802D25d5d4c
Octal276373213300552135135114
Binary10111110111110111000101111000010110110101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB8B; }

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

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

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

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

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

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

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

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