Html Css Color HEX #B2F782 Sulu

📋 copy color: '#B2F782'

red 178 ◦ green 247 ◦ blue 130

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

Shades of Sulu #B2F782

Tints of Sulu #B2F782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.5%

 BLUE value IS 130 (51.17% from 255) = 23.42%

R = 32.07%
G = 44.5%
B = 23.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#B2F782 (or 0xB2F782) is known color: Sulu. HEX triplet: B2, F7 and 82. RGB value is (178,247,130). Sum of RGB (Red+Green+Blue) = 178+247+130=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F782 is #4D087D. Grayscale: #D5D5D5. Windows color (decimal): -5048446 or 8583090. OLE color: 8583090.

HSL color Cylindrical-coordinate representation of color #B2F782: hue angle of 95.38º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F782 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 130 -
CMYK 0.28 0 0.47 0.03
HSL 95.38º 0.88% 0.74% -
HSV(B) 95.38º 0.47% 0.97% -
XYZ 55.65 77.6 33.16 -
YUV 213.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 178 247 130 0.28 0 0.47 0.03 95.38 0.88 0.74
Hex B2 F7 82 1C 0 2F 3 5F 58 4A
Octal 262 367 202 34 0 57 3 137 130 112
Binary 10110010 11110111 10000010 11100 0 101111 11 1011111 1011000 1001010

Color Harmonies of #B2F782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F782

Black with #B2F782

Text Example


Text Example

White with #B2F782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F782; }

 p { color: rgb(178,247,130); }

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

background-color css

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

 a { background-color: rgb(178,247,130); }

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

border-color css

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

 span { border-color: rgb(178,247,130); }

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