#B2EE6A

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

Shades of Sulu #B2EE6A

Tints of Sulu #B2EE6A

Color information

#B2EE6A (or 0xB2EE6A) is unknown color: approx Sulu. HEX triplet: B2, EE and 6A. RGB value is (178,238,106). Sum of RGB (Red+Green+Blue) = 178+238+106=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EE6A is #4D1195. Grayscale: #CDCDCD. Windows color (decimal): -5050774 or 7007922. OLE color: 7007922.

HSL color Cylindrical-coordinate representation of color #B2EE6A: hue angle of 87.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2EE6A is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB178238106-
CMYK0.2500.550.07
HSL87.27º79.52%67.45%-
HSV(B)87.27º55.46%93.33%-
XYZ51.5471.6524.75-
YUV205.0172.12108.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 106 (41.80% from 255) = 20.31%
R=34.10%
G=45.59%
B=20.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381060.2500.550.0787.2779.5267.45
HexB2EE6A190377575043
Octal262356152310677127120103
Binary10110010111011101101010110010110111111101011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EE6A; }

 p { color: rgb(178,238,106); }

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

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

 a { background-color: rgb(178,238,106); }

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

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

 span { border-color: rgb(178,238,106); }

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