Html Css Color HEX #B6FA6C Sulu

📋 copy color: '#B6FA6C'

red 182 ◦ green 250 ◦ blue 108

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

Shades of Sulu #B6FA6C

Tints of Sulu #B6FA6C

RGB

 RED value IS 182 (71.48% from 255) = 33.7%

 GREEN value IS 250 (98.05% from 255) = 46.3%

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

R = 33.7%
G = 46.3%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#B6FA6C (or 0xB6FA6C) is known color: Sulu. HEX triplet: B6, FA and 6C. RGB value is (182,250,108). Sum of RGB (Red+Green+Blue) = 182+250+108=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FA6C is #490593. Grayscale: #D5D5D5. Windows color (decimal): -4785556 or 7142070. OLE color: 7142070.

HSL color Cylindrical-coordinate representation of color #B6FA6C: hue angle of 88.73º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6FA6C is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 250 108 -
CMYK 0.27 0 0.57 0.02
HSL 88.73º 0.93% 0.7% -
HSV(B) 88.73º 0.57% 0.98% -
XYZ 56.18 79.4 26.55 -
YUV 213.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 182 250 108 0.27 0 0.57 0.02 88.73 0.93 0.7
Hex B6 FA 6C 1B 0 39 2 59 5D 46
Octal 266 372 154 33 0 71 2 131 135 106
Binary 10110110 11111010 1101100 11011 0 111001 10 1011001 1011101 1000110

Color Harmonies of #B6FA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FA6C

Black with #B6FA6C

Text Example


Text Example

White with #B6FA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FA6C; }

 p { color: rgb(182,250,108); }

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

background-color css

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

 a { background-color: rgb(182,250,108); }

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

border-color css

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

 span { border-color: rgb(182,250,108); }

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