Html Css Color HEX #B2F07E Sulu

📋 copy color: '#B2F07E'

red 178 ◦ green 240 ◦ blue 126

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

Shades of Sulu #B2F07E

Tints of Sulu #B2F07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 32.72%
G = 44.12%
B = 23.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#B2F07E (or 0xB2F07E) is known color: Sulu. HEX triplet: B2, F0 and 7E. RGB value is (178,240,126). Sum of RGB (Red+Green+Blue) = 178+240+126=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F07E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F07E is #4D0F81. Grayscale: #D0D0D0. Windows color (decimal): -5050242 or 8319154. OLE color: 8319154.

HSL color Cylindrical-coordinate representation of color #B2F07E: hue angle of 92.63º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F07E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 126 -
CMYK 0.26 0 0.48 0.06
HSL 92.63º 0.79% 0.72% -
HSV(B) 92.63º 0.48% 0.94% -
XYZ 53.29 73.29 31.08 -
YUV 208.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 178 240 126 0.26 0 0.48 0.06 92.63 0.79 0.72
Hex B2 F0 7E 1A 0 30 6 5D 4F 48
Octal 262 360 176 32 0 60 6 135 117 110
Binary 10110010 11110000 1111110 11010 0 110000 110 1011101 1001111 1001000

Color Harmonies of #B2F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F07E

Black with #B2F07E

Text Example


Text Example

White with #B2F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F07E; }

 p { color: rgb(178,240,126); }

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

background-color css

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

 a { background-color: rgb(178,240,126); }

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

border-color css

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

 span { border-color: rgb(178,240,126); }

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