Html Css Color HEX #B2FA70 Sulu

📋 copy color: '#B2FA70'

red 178 ◦ green 250 ◦ blue 112

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

Shades of Sulu #B2FA70

Tints of Sulu #B2FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 32.96%
G = 46.3%
B = 20.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#B2FA70 (or 0xB2FA70) is known color: Sulu. HEX triplet: B2, FA and 70. RGB value is (178,250,112). Sum of RGB (Red+Green+Blue) = 178+250+112=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA70 is #4D058F. Grayscale: #D5D5D5. Windows color (decimal): -5047696 or 7404210. OLE color: 7404210.

HSL color Cylindrical-coordinate representation of color #B2FA70: hue angle of 91.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2FA70 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 112 -
CMYK 0.29 0 0.55 0.02
HSL 91.3º 0.93% 0.71% -
HSV(B) 91.3º 0.55% 0.98% -
XYZ 55.47 79.01 27.66 -
YUV 212.74 71.15 103.22 -
System Red Green Blue C M Y K H S L
Decimal 178 250 112 0.29 0 0.55 0.02 91.3 0.93 0.71
Hex B2 FA 70 1D 0 37 2 5B 5D 47
Octal 262 372 160 35 0 67 2 133 135 107
Binary 10110010 11111010 1110000 11101 0 110111 10 1011011 1011101 1000111

Color Harmonies of #B2FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA70

Black with #B2FA70

Text Example


Text Example

White with #B2FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA70; }

 p { color: rgb(178,250,112); }

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

background-color css

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

 a { background-color: rgb(178,250,112); }

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

border-color css

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

 span { border-color: rgb(178,250,112); }

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