Html Css Color HEX #C0F480 Sulu

📋 copy color: '#C0F480'

red 192 ◦ green 244 ◦ blue 128

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

Shades of Sulu #C0F480

Tints of Sulu #C0F480

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.26%

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

R = 34.04%
G = 43.26%
B = 22.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#C0F480 (or 0xC0F480) is known color: Sulu. HEX triplet: C0, F4 and 80. RGB value is (192,244,128). Sum of RGB (Red+Green+Blue) = 192+244+128=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F480 is #3F0B7F. Grayscale: #D7D7D7. Windows color (decimal): -4131712 or 8451264. OLE color: 8451264.

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

Color convert

RGB 192 244 128 -
CMYK 0.21 0 0.48 0.04
HSL 86.9º 0.84% 0.73% -
HSV(B) 86.9º 0.48% 0.96% -
XYZ 57.99 77.47 32.32 -
YUV 215.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 192 244 128 0.21 0 0.48 0.04 86.9 0.84 0.73
Hex C0 F4 80 15 0 30 4 57 54 49
Octal 300 364 200 25 0 60 4 127 124 111
Binary 11000000 11110100 10000000 10101 0 110000 100 1010111 1010100 1001001

Color Harmonies of #C0F480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F480

Black with #C0F480

Text Example


Text Example

White with #C0F480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F480; }

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

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

background-color css

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

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

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

border-color css

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

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

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