Html Css Color HEX #B2F56B Sulu

📋 copy color: '#B2F56B'

red 178 ◦ green 245 ◦ blue 107

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

Shades of Sulu #B2F56B

Tints of Sulu #B2F56B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.23%

 BLUE value IS 107 (42.19% from 255) = 20.19%

R = 33.58%
G = 46.23%
B = 20.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#B2F56B (or 0xB2F56B) is known color: Sulu. HEX triplet: B2, F5 and 6B. RGB value is (178,245,107). Sum of RGB (Red+Green+Blue) = 178+245+107=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F56B is #4D0A94. Grayscale: #D1D1D1. Windows color (decimal): -5048981 or 7075250. OLE color: 7075250.

HSL color Cylindrical-coordinate representation of color #B2F56B: hue angle of 89.13º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2F56B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 107 -
CMYK 0.27 0 0.56 0.04
HSL 89.13º 0.87% 0.69% -
HSV(B) 89.13º 0.56% 0.96% -
XYZ 53.67 75.83 25.72 -
YUV 209.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 178 245 107 0.27 0 0.56 0.04 89.13 0.87 0.69
Hex B2 F5 6B 1B 0 38 4 59 57 45
Octal 262 365 153 33 0 70 4 131 127 105
Binary 10110010 11110101 1101011 11011 0 111000 100 1011001 1010111 1000101

Color Harmonies of #B2F56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F56B

Black with #B2F56B

Text Example


Text Example

White with #B2F56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F56B; }

 p { color: rgb(178,245,107); }

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

background-color css

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

 a { background-color: rgb(178,245,107); }

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

border-color css

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

 span { border-color: rgb(178,245,107); }

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