Html Css Color HEX #B2F86A Sulu

📋 copy color: '#B2F86A'

red 178 ◦ green 248 ◦ blue 106

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

Shades of Sulu #B2F86A

Tints of Sulu #B2F86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.62%

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 33.46%
G = 46.62%
B = 19.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#B2F86A (or 0xB2F86A) is known color: Sulu. HEX triplet: B2, F8 and 6A. RGB value is (178,248,106). Sum of RGB (Red+Green+Blue) = 178+248+106=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F86A is #4D0795. Grayscale: #D3D3D3. Windows color (decimal): -5048214 or 7010482. OLE color: 7010482.

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

Color convert

RGB 178 248 106 -
CMYK 0.28 0 0.57 0.03
HSL 89.58º 0.91% 0.69% -
HSV(B) 89.58º 0.57% 0.97% -
XYZ 54.53 77.64 25.75 -
YUV 210.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 178 248 106 0.28 0 0.57 0.03 89.58 0.91 0.69
Hex B2 F8 6A 1C 0 39 3 5A 5B 45
Octal 262 370 152 34 0 71 3 132 133 105
Binary 10110010 11111000 1101010 11100 0 111001 11 1011010 1011011 1000101

Color Harmonies of #B2F86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F86A

Black with #B2F86A

Text Example


Text Example

White with #B2F86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F86A; }

 p { color: rgb(178,248,106); }

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

background-color css

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

 a { background-color: rgb(178,248,106); }

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

border-color css

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

 span { border-color: rgb(178,248,106); }

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