#BEEA81

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

Shades of Sulu #BEEA81

Tints of Sulu #BEEA81

Color information

#BEEA81 (or 0xBEEA81) is unknown color: approx Sulu. HEX triplet: BE, EA and 81. RGB value is (190,234,129). Sum of RGB (Red+Green+Blue) = 190+234+129=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA81 is #41157E. Grayscale: #D1D1D1. Windows color (decimal): -4265343 or 8514238. OLE color: 8514238.

HSL color Cylindrical-coordinate representation of color #BEEA81: hue angle of 85.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEEA81 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB190234129-
CMYK0.1900.450.08
HSL85.14º71.43%71.18%-
HSV(B)85.14º44.87%91.76%-
XYZ54.6271.3831.67-
YUV208.8782.92114.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=34.36%
G=42.31%
B=23.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341290.1900.450.0885.1471.4371.18
HexBEEA811302D8554747
Octal2763522012305510125107107
Binary1011111011101010100000011001101011011000101010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA81; }

 p { color: rgb(190,234,129); }

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

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

 a { background-color: rgb(190,234,129); }

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

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

 span { border-color: rgb(190,234,129); }

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