Html Css Color HEX #B6F482 Sulu

📋 copy color: '#B6F482'

red 182 ◦ green 244 ◦ blue 130

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

Shades of Sulu #B6F482

Tints of Sulu #B6F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.88%

 BLUE value IS 130 (51.17% from 255) = 23.38%

R = 32.73%
G = 43.88%
B = 23.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#B6F482 (or 0xB6F482) is known color: Sulu. HEX triplet: B6, F4 and 82. RGB value is (182,244,130). Sum of RGB (Red+Green+Blue) = 182+244+130=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F482 is #490B7D. Grayscale: #D4D4D4. Windows color (decimal): -4787070 or 8582326. OLE color: 8582326.

HSL color Cylindrical-coordinate representation of color #B6F482: hue angle of 92.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6F482 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 244 130 -
CMYK 0.25 0 0.47 0.04
HSL 92.63º 0.84% 0.73% -
HSV(B) 92.63º 0.47% 0.96% -
XYZ 55.67 76.26 32.9 -
YUV 212.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 182 244 130 0.25 0 0.47 0.04 92.63 0.84 0.73
Hex B6 F4 82 19 0 2F 4 5D 54 49
Octal 266 364 202 31 0 57 4 135 124 111
Binary 10110110 11110100 10000010 11001 0 101111 100 1011101 1010100 1001001

Color Harmonies of #B6F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F482

Black with #B6F482

Text Example


Text Example

White with #B6F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F482; }

 p { color: rgb(182,244,130); }

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

background-color css

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

 a { background-color: rgb(182,244,130); }

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

border-color css

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

 span { border-color: rgb(182,244,130); }

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