Html Css Color HEX #C6EA80 Sulu

📋 copy color: '#C6EA80'

red 198 ◦ green 234 ◦ blue 128

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

Shades of Sulu #C6EA80

Tints of Sulu #C6EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

 BLUE value IS 128 (50.39% from 255) = 22.86%

R = 35.36%
G = 41.79%
B = 22.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#C6EA80 (or 0xC6EA80) is known color: Sulu. HEX triplet: C6, EA and 80. RGB value is (198,234,128). Sum of RGB (Red+Green+Blue) = 198+234+128=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EA80 is #39157F. Grayscale: #D3D3D3. Windows color (decimal): -3741056 or 8448710. OLE color: 8448710.

HSL color Cylindrical-coordinate representation of color #C6EA80: hue angle of 80.38º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6EA80 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 234 128 -
CMYK 0.15 0 0.45 0.08
HSL 80.38º 0.72% 0.71% -
HSV(B) 80.38º 0.45% 0.92% -
XYZ 56.61 72.41 31.42 -
YUV 211.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 198 234 128 0.15 0 0.45 0.08 80.38 0.72 0.71
Hex C6 EA 80 F 0 2D 8 50 48 47
Octal 306 352 200 17 0 55 10 120 110 107
Binary 11000110 11101010 10000000 1111 0 101101 1000 1010000 1001000 1000111

Color Harmonies of #C6EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EA80

Black with #C6EA80

Text Example


Text Example

White with #C6EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EA80; }

 p { color: rgb(198,234,128); }

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

background-color css

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

 a { background-color: rgb(198,234,128); }

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

border-color css

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

 span { border-color: rgb(198,234,128); }

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