#BEEA71

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

Shades of Sulu #BEEA71

Tints of Sulu #BEEA71

Color information

#BEEA71 (or 0xBEEA71) is unknown color: approx Sulu. HEX triplet: BE, EA and 71. RGB value is (190,234,113). Sum of RGB (Red+Green+Blue) = 190+234+113=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA71 is #41158E. Grayscale: #CFCFCF. Windows color (decimal): -4265359 or 7465662. OLE color: 7465662.

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

Color convert

RGB190234113-
CMYK0.1900.520.08
HSL81.82º74.23%68.04%-
HSV(B)81.82º51.71%91.76%-
XYZ53.6470.9926.5-
YUV207.0574.92115.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=35.38%
G=43.58%
B=21.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341130.1900.520.0881.8274.2368.04
HexBEEA71130348524a44
Octal2763521612306410122112104
Binary101111101110101011100011001101101001000101001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA71; }

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

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

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

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

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

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

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

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