Html Css Color HEX #B2F66C Sulu

📋 copy color: '#B2F66C'

red 178 ◦ green 246 ◦ blue 108

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

Shades of Sulu #B2F66C

Tints of Sulu #B2F66C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.24%

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

R = 33.46%
G = 46.24%
B = 20.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#B2F66C (or 0xB2F66C) is known color: Sulu. HEX triplet: B2, F6 and 6C. RGB value is (178,246,108). Sum of RGB (Red+Green+Blue) = 178+246+108=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F66C is #4D0993. Grayscale: #D2D2D2. Windows color (decimal): -5048724 or 7141042. OLE color: 7141042.

HSL color Cylindrical-coordinate representation of color #B2F66C: hue angle of 89.57º degrees, saturation: 0.88, 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 #B2F66C is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 108 -
CMYK 0.28 0 0.56 0.04
HSL 89.57º 0.88% 0.69% -
HSV(B) 89.57º 0.56% 0.96% -
XYZ 54.02 76.46 26.1 -
YUV 209.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 178 246 108 0.28 0 0.56 0.04 89.57 0.88 0.69
Hex B2 F6 6C 1C 0 38 4 5A 58 45
Octal 262 366 154 34 0 70 4 132 130 105
Binary 10110010 11110110 1101100 11100 0 111000 100 1011010 1011000 1000101

Color Harmonies of #B2F66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F66C

Black with #B2F66C

Text Example


Text Example

White with #B2F66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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