#C0FF7D

Color #C0FF7D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C0FF7D

Tints of Sulu #C0FF7D

Color information

#C0FF7D (or 0xC0FF7D) is unknown color: approx Sulu. HEX triplet: C0, FF and 7D. RGB value is (192,255,125). Sum of RGB (Red+Green+Blue) = 192+255+125=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF7D is #3F0082. Grayscale: #DDDDDD. Windows color (decimal): -4128899 or 8257472. OLE color: 8257472.

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

Color convert

RGB192255125-
CMYK0.2500.510
HSL89.08º100%74.51%-
HSV(B)89.08º50.98%100%-
XYZ61.284.2132.43-
YUV221.3473.63107.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 255 (100% from 255) = 44.58%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=33.57%
G=44.58%
B=21.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551250.2500.51089.0810074.51
HexC0FF7D19033059644b
Octal300377175310630131144113
Binary110000001111111111111011100101100110101100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF7D; }

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

 H1.HeaderClassName
 {
   color: #C0FF7D;
 }
 .AnyTagClassName
 {
   color: #C0FF7D;
 }
</style>
background-color css

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

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

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

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

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

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