Html Css Color HEX #C0FF60 Sulu

📋 copy color: '#C0FF60'

red 192 ◦ green 255 ◦ blue 96

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

Shades of Sulu #C0FF60

Tints of Sulu #C0FF60

RGB

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

 GREEN value IS 255 (100% from 255) = 46.96%

 BLUE value IS 96 (37.89% from 255) = 17.68%

R = 35.36%
G = 46.96%
B = 17.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#C0FF60 (or 0xC0FF60) is known color: Sulu. HEX triplet: C0, FF and 60. RGB value is (192,255,96). Sum of RGB (Red+Green+Blue) = 192+255+96=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF60 is #3F009F. Grayscale: #DADADA. Windows color (decimal): -4128928 or 6356928. OLE color: 6356928.

HSL color Cylindrical-coordinate representation of color #C0FF60: hue angle of 83.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FF60 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 96 -
CMYK 0.25 0 0.62 0
HSL 83.77º 1% 0.69% -
HSV(B) 83.77º 0.62% 1% -
XYZ 59.61 83.57 24.06 -
YUV 218.04 59.13 109.43 -
System Red Green Blue C M Y K H S L
Decimal 192 255 96 0.25 0 0.62 0 83.77 1 0.69
Hex C0 FF 60 19 0 3E 0 54 64 45
Octal 300 377 140 31 0 76 0 124 144 105
Binary 11000000 11111111 1100000 11001 0 111110 0 1010100 1100100 1000101

Color Harmonies of #C0FF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF60

Black with #C0FF60

Text Example


Text Example

White with #C0FF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF60; }

 p { color: rgb(192,255,96); }

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

background-color css

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

 a { background-color: rgb(192,255,96); }

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

border-color css

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

 span { border-color: rgb(192,255,96); }

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