#C0FD8D

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

Shades of Sulu #C0FD8D

Tints of Sulu #C0FD8D

Color information

#C0FD8D (or 0xC0FD8D) is unknown color: approx Sulu. HEX triplet: C0, FD and 8D. RGB value is (192,253,141). Sum of RGB (Red+Green+Blue) = 192+253+141=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FD8D is #3F0272. Grayscale: #DEDEDE. Windows color (decimal): -4129395 or 9305536. OLE color: 9305536.

HSL color Cylindrical-coordinate representation of color #C0FD8D: hue angle of 92.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FD8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB192253141-
CMYK0.2400.440.01
HSL92.68º96.55%77.25%-
HSV(B)92.68º44.27%99.22%-
XYZ61.6783.3838.04-
YUV221.9982.29106.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 141 (55.47% from 255) = 24.06%
R=32.76%
G=43.17%
B=24.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922531410.2400.440.0192.6896.5577.25
HexC0FD8D1802C15d614d
Octal300375215300541135141115
Binary1100000011111101100011011100001011001101110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FD8D; }

 p { color: rgb(192,253,141); }

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

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

 a { background-color: rgb(192,253,141); }

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

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

 span { border-color: rgb(192,253,141); }

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