Html Css Color HEX #B2F96F Sulu

📋 copy color: '#B2F96F'

red 178 ◦ green 249 ◦ blue 111

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

Shades of Sulu #B2F96F

Tints of Sulu #B2F96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 111 (43.75% from 255) = 20.63%

R = 33.09%
G = 46.28%
B = 20.63%

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

#B2F96F (or 0xB2F96F) is known color: Sulu. HEX triplet: B2, F9 and 6F. RGB value is (178,249,111). Sum of RGB (Red+Green+Blue) = 178+249+111=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F96F is #4D0690. Grayscale: #D4D4D4. Windows color (decimal): -5047953 or 7338418. OLE color: 7338418.

HSL color Cylindrical-coordinate representation of color #B2F96F: hue angle of 90.87º degrees, saturation: 0.92, 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 #B2F96F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 111 -
CMYK 0.29 0 0.55 0.02
HSL 90.87º 0.92% 0.71% -
HSV(B) 90.87º 0.55% 0.98% -
XYZ 55.11 78.36 27.26 -
YUV 212.04 70.98 103.72 -
System Red Green Blue C M Y K H S L
Decimal 178 249 111 0.29 0 0.55 0.02 90.87 0.92 0.71
Hex B2 F9 6F 1D 0 37 2 5B 5C 47
Octal 262 371 157 35 0 67 2 133 134 107
Binary 10110010 11111001 1101111 11101 0 110111 10 1011011 1011100 1000111

Color Harmonies of #B2F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F96F

Black with #B2F96F

Text Example


Text Example

White with #B2F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F96F; }

 p { color: rgb(178,249,111); }

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

background-color css

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

 a { background-color: rgb(178,249,111); }

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

border-color css

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

 span { border-color: rgb(178,249,111); }

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