Html Css Color HEX #C6F482 Sulu

📋 copy color: '#C6F482'

red 198 ◦ green 244 ◦ blue 130

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

Shades of Sulu #C6F482

Tints of Sulu #C6F482

RGB

 RED value IS 198 (77.73% from 255) = 34.62%

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

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

R = 34.62%
G = 42.66%
B = 22.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#C6F482 (or 0xC6F482) is known color: Sulu. HEX triplet: C6, F4 and 82. RGB value is (198,244,130). Sum of RGB (Red+Green+Blue) = 198+244+130=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F482 is #390B7D. Grayscale: #D9D9D9. Windows color (decimal): -3738494 or 8582342. OLE color: 8582342.

HSL color Cylindrical-coordinate representation of color #C6F482: hue angle of 84.21º 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 #C6F482 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 244 130 -
CMYK 0.19 0 0.47 0.04
HSL 84.21º 0.84% 0.73% -
HSV(B) 84.21º 0.47% 0.96% -
XYZ 59.67 78.32 33.09 -
YUV 217.25 78.76 114.27 -
System Red Green Blue C M Y K H S L
Decimal 198 244 130 0.19 0 0.47 0.04 84.21 0.84 0.73
Hex C6 F4 82 13 0 2F 4 54 54 49
Octal 306 364 202 23 0 57 4 124 124 111
Binary 11000110 11110100 10000010 10011 0 101111 100 1010100 1010100 1001001

Color Harmonies of #C6F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F482

Black with #C6F482

Text Example


Text Example

White with #C6F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F482; }

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

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

background-color css

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

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

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

border-color css

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

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

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