Html Css Color HEX #C8F580 Sulu

📋 copy color: '#C8F580'

red 200 ◦ green 245 ◦ blue 128

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

Shades of Sulu #C8F580

Tints of Sulu #C8F580

RGB

 RED value IS 200 (78.52% from 255) = 34.9%

 GREEN value IS 245 (96.09% from 255) = 42.76%

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

R = 34.9%
G = 42.76%
B = 22.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#C8F580 (or 0xC8F580) is known color: Sulu. HEX triplet: C8, F5 and 80. RGB value is (200,245,128). Sum of RGB (Red+Green+Blue) = 200+245+128=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F580 is #370A7F. Grayscale: #DADADA. Windows color (decimal): -3607168 or 8451528. OLE color: 8451528.

HSL color Cylindrical-coordinate representation of color #C8F580: hue angle of 83.08º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8F580 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 245 128 -
CMYK 0.18 0 0.48 0.04
HSL 83.08º 0.85% 0.73% -
HSV(B) 83.08º 0.48% 0.96% -
XYZ 60.37 79.14 32.52 -
YUV 218.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 200 245 128 0.18 0 0.48 0.04 83.08 0.85 0.73
Hex C8 F5 80 12 0 30 4 53 55 49
Octal 310 365 200 22 0 60 4 123 125 111
Binary 11001000 11110101 10000000 10010 0 110000 100 1010011 1010101 1001001

Color Harmonies of #C8F580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F580

Black with #C8F580

Text Example


Text Example

White with #C8F580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F580; }

 p { color: rgb(200,245,128); }

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

background-color css

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

 a { background-color: rgb(200,245,128); }

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

border-color css

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

 span { border-color: rgb(200,245,128); }

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