Html Css Color HEX #C6E280 Sulu

📋 copy color: '#C6E280'

red 198 ◦ green 226 ◦ blue 128

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

Shades of Sulu #C6E280

Tints of Sulu #C6E280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.94%

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

R = 35.87%
G = 40.94%
B = 23.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#C6E280 (or 0xC6E280) is known color: Sulu. HEX triplet: C6, E2 and 80. RGB value is (198,226,128). Sum of RGB (Red+Green+Blue) = 198+226+128=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E280 is #391D7F. Grayscale: #CECECE. Windows color (decimal): -3743104 or 8446662. OLE color: 8446662.

HSL color Cylindrical-coordinate representation of color #C6E280: hue angle of 77.14º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6E280 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 226 128 -
CMYK 0.12 0 0.43 0.11
HSL 77.14º 0.63% 0.69% -
HSV(B) 77.14º 0.43% 0.89% -
XYZ 54.38 67.96 30.67 -
YUV 206.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 198 226 128 0.12 0 0.43 0.11 77.14 0.63 0.69
Hex C6 E2 80 C 0 2B B 4D 3F 45
Octal 306 342 200 14 0 53 13 115 77 105
Binary 11000110 11100010 10000000 1100 0 101011 1011 1001101 111111 1000101

Color Harmonies of #C6E280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E280

Black with #C6E280

Text Example


Text Example

White with #C6E280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E280; }

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

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

background-color css

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

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

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

border-color css

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

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

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