Html Css Color HEX #B2E478 Sulu

📋 copy color: '#B2E478'

red 178 ◦ green 228 ◦ blue 120

#B2E478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B2E478

Tints of Sulu #B2E478

RGB

 RED value IS 178 (69.92% from 255) = 33.84%

 GREEN value IS 228 (89.45% from 255) = 43.35%

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 33.84%
G = 43.35%
B = 22.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#B2E478 (or 0xB2E478) is known color: Sulu. HEX triplet: B2, E4 and 78. RGB value is (178,228,120). Sum of RGB (Red+Green+Blue) = 178+228+120=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E478 is #4D1B87. Grayscale: #C9C9C9. Windows color (decimal): -5053320 or 7922866. OLE color: 7922866.

HSL color Cylindrical-coordinate representation of color #B2E478: hue angle of 87.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2E478 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 120 -
CMYK 0.22 0 0.47 0.11
HSL 87.78º 0.67% 0.68% -
HSV(B) 87.78º 0.47% 0.89% -
XYZ 49.49 66.31 27.96 -
YUV 200.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 178 228 120 0.22 0 0.47 0.11 87.78 0.67 0.68
Hex B2 E4 78 16 0 2F B 58 43 44
Octal 262 344 170 26 0 57 13 130 103 104
Binary 10110010 11100100 1111000 10110 0 101111 1011 1011000 1000011 1000100

Color Harmonies of #B2E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E478

Black with #B2E478

Text Example


Text Example

White with #B2E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E478; }

 p { color: rgb(178,228,120); }

 H1.HeaderClassName
 {
   color: #B2E478;
 }
 .AnyTagClassName
 {
   color: #B2E478;
 }
</style>

background-color css

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

 a { background-color: rgb(178,228,120); }

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

border-color css

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

 span { border-color: rgb(178,228,120); }

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