Html Css Color HEX #C0F580 Sulu

📋 copy color: '#C0F580'

red 192 ◦ green 245 ◦ blue 128

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

Shades of Sulu #C0F580

Tints of Sulu #C0F580

RGB

 RED value IS 192 (75.39% from 255) = 33.98%

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

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

R = 33.98%
G = 43.36%
B = 22.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#C0F580 (or 0xC0F580) is known color: Sulu. HEX triplet: C0, F5 and 80. RGB value is (192,245,128). Sum of RGB (Red+Green+Blue) = 192+245+128=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F580 is #3F0A7F. Grayscale: #D8D8D8. Windows color (decimal): -4131456 or 8451520. OLE color: 8451520.

HSL color Cylindrical-coordinate representation of color #C0F580: hue angle of 87.18º 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 #C0F580 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 128 -
CMYK 0.22 0 0.48 0.04
HSL 87.18º 0.85% 0.73% -
HSV(B) 87.18º 0.48% 0.96% -
XYZ 58.29 78.07 32.42 -
YUV 215.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 192 245 128 0.22 0 0.48 0.04 87.18 0.85 0.73
Hex C0 F5 80 16 0 30 4 57 55 49
Octal 300 365 200 26 0 60 4 127 125 111
Binary 11000000 11110101 10000000 10110 0 110000 100 1010111 1010101 1001001

Color Harmonies of #C0F580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F580

Black with #C0F580

Text Example


Text Example

White with #C0F580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F580; }

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

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

background-color css

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

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

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

border-color css

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

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

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