#BEFD82

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

Shades of Sulu #BEFD82

Tints of Sulu #BEFD82

Color information

#BEFD82 (or 0xBEFD82) is unknown color: approx Sulu. HEX triplet: BE, FD and 82. RGB value is (190,253,130). Sum of RGB (Red+Green+Blue) = 190+253+130=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFD82 is #41027D. Grayscale: #DCDCDC. Windows color (decimal): -4260478 or 8584638. OLE color: 8584638.

HSL color Cylindrical-coordinate representation of color #BEFD82: hue angle of 90.73º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEFD82 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB190253130-
CMYK0.2500.490.01
HSL90.73º96.85%75.1%-
HSV(B)90.73º48.62%99.22%-
XYZ60.3982.8133.92-
YUV220.1477.13106.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 253 (99.22% from 255) = 44.15%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=33.16%
G=44.15%
B=22.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531300.2500.490.0190.7396.8575.1
HexBEFD821903115b614b
Octal276375202310611133141113
Binary1011111011111101100000101100101100011101101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD82; }

 p { color: rgb(190,253,130); }

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

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

 a { background-color: rgb(190,253,130); }

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

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

 span { border-color: rgb(190,253,130); }

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