#BEFB8C

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

Shades of Sulu #BEFB8C

Tints of Sulu #BEFB8C

Color information

#BEFB8C (or 0xBEFB8C) is unknown color: approx Sulu. HEX triplet: BE, FB and 8C. RGB value is (190,251,140). Sum of RGB (Red+Green+Blue) = 190+251+140=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFB8C is #410473. Grayscale: #DCDCDC. Windows color (decimal): -4260980 or 9239486. OLE color: 9239486.

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

Color convert

RGB190251140-
CMYK0.2400.440.02
HSL92.97º93.28%76.67%-
HSV(B)92.97º44.22%98.43%-
XYZ60.4781.8337.42-
YUV220.1182.79106.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 140 (55.08% from 255) = 24.10%
R=32.70%
G=43.20%
B=24.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511400.2400.440.0292.9793.2876.67
HexBEFB8C1802C25d5d4d
Octal276373214300542135135115
Binary10111110111110111000110011000010110010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB8C; }

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

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

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

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

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

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

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

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