Html Css Color HEX #B2F36C Sulu

📋 copy color: '#B2F36C'

red 178 ◦ green 243 ◦ blue 108

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

Shades of Sulu #B2F36C

Tints of Sulu #B2F36C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 33.65%
G = 45.94%
B = 20.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#B2F36C (or 0xB2F36C) is known color: Sulu. HEX triplet: B2, F3 and 6C. RGB value is (178,243,108). Sum of RGB (Red+Green+Blue) = 178+243+108=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F36C is #4D0C93. Grayscale: #D0D0D0. Windows color (decimal): -5049492 or 7140274. OLE color: 7140274.

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

Color convert

RGB 178 243 108 -
CMYK 0.27 0 0.56 0.05
HSL 88.89º 0.85% 0.69% -
HSV(B) 88.89º 0.56% 0.95% -
XYZ 53.12 74.65 25.8 -
YUV 208.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 178 243 108 0.27 0 0.56 0.05 88.89 0.85 0.69
Hex B2 F3 6C 1B 0 38 5 59 55 45
Octal 262 363 154 33 0 70 5 131 125 105
Binary 10110010 11110011 1101100 11011 0 111000 101 1011001 1010101 1000101

Color Harmonies of #B2F36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F36C

Black with #B2F36C

Text Example


Text Example

White with #B2F36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F36C; }

 p { color: rgb(178,243,108); }

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

background-color css

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

 a { background-color: rgb(178,243,108); }

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

border-color css

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

 span { border-color: rgb(178,243,108); }

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