Html Css Color HEX #C6EB80 Sulu

📋 copy color: '#C6EB80'

red 198 ◦ green 235 ◦ blue 128

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

Shades of Sulu #C6EB80

Tints of Sulu #C6EB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

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

R = 35.29%
G = 41.89%
B = 22.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#C6EB80 (or 0xC6EB80) is known color: Sulu. HEX triplet: C6, EB and 80. RGB value is (198,235,128). Sum of RGB (Red+Green+Blue) = 198+235+128=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EB80 is #39147F. Grayscale: #D4D4D4. Windows color (decimal): -3740800 or 8448966. OLE color: 8448966.

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

Color convert

RGB 198 235 128 -
CMYK 0.16 0 0.46 0.08
HSL 80.75º 0.73% 0.71% -
HSV(B) 80.75º 0.46% 0.92% -
XYZ 56.89 72.98 31.51 -
YUV 211.74 80.74 118.2 -
System Red Green Blue C M Y K H S L
Decimal 198 235 128 0.16 0 0.46 0.08 80.75 0.73 0.71
Hex C6 EB 80 10 0 2E 8 51 49 47
Octal 306 353 200 20 0 56 10 121 111 107
Binary 11000110 11101011 10000000 10000 0 101110 1000 1010001 1001001 1000111

Color Harmonies of #C6EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB80

Black with #C6EB80

Text Example


Text Example

White with #C6EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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