Html Css Color HEX #C6F880 Sulu

📋 copy color: '#C6F880'

red 198 ◦ green 248 ◦ blue 128

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

Shades of Sulu #C6F880

Tints of Sulu #C6F880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.21%

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

R = 34.49%
G = 43.21%
B = 22.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#C6F880 (or 0xC6F880) is known color: Sulu. HEX triplet: C6, F8 and 80. RGB value is (198,248,128). Sum of RGB (Red+Green+Blue) = 198+248+128=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F880 is #39077F. Grayscale: #DBDBDB. Windows color (decimal): -3737472 or 8452294. OLE color: 8452294.

HSL color Cylindrical-coordinate representation of color #C6F880: hue angle of 85º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6F880 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 248 128 -
CMYK 0.20 0 0.48 0.03
HSL 85º 0.9% 0.74% -
HSV(B) 85º 0.48% 0.97% -
XYZ 60.75 80.7 32.8 -
YUV 219.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 198 248 128 0.20 0 0.48 0.03 85 0.9 0.74
Hex C6 F8 80 14 0 30 3 55 5A 4A
Octal 306 370 200 24 0 60 3 125 132 112
Binary 11000110 11111000 10000000 10100 0 110000 11 1010101 1011010 1001010

Color Harmonies of #C6F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F880

Black with #C6F880

Text Example


Text Example

White with #C6F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F880; }

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

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

background-color css

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

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

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

border-color css

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

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

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