Html Css Color HEX #C6E982 Sulu

📋 copy color: '#C6E982'

red 198 ◦ green 233 ◦ blue 130

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

Shades of Sulu #C6E982

Tints of Sulu #C6E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.53%

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

R = 35.29%
G = 41.53%
B = 23.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#C6E982 (or 0xC6E982) is known color: Sulu. HEX triplet: C6, E9 and 82. RGB value is (198,233,130). Sum of RGB (Red+Green+Blue) = 198+233+130=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6E982 is #39167D. Grayscale: #D3D3D3. Windows color (decimal): -3741310 or 8579526. OLE color: 8579526.

HSL color Cylindrical-coordinate representation of color #C6E982: hue angle of 80.39º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6E982 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 233 130 -
CMYK 0.15 0 0.44 0.09
HSL 80.39º 0.7% 0.71% -
HSV(B) 80.39º 0.44% 0.91% -
XYZ 56.46 71.9 32.02 -
YUV 210.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 198 233 130 0.15 0 0.44 0.09 80.39 0.7 0.71
Hex C6 E9 82 F 0 2C 9 50 46 47
Octal 306 351 202 17 0 54 11 120 106 107
Binary 11000110 11101001 10000010 1111 0 101100 1001 1010000 1000110 1000111

Color Harmonies of #C6E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E982

Black with #C6E982

Text Example


Text Example

White with #C6E982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E982; }

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

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

background-color css

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

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

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

border-color css

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

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

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