#C0F28D

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

Shades of Sulu #C0F28D

Tints of Sulu #C0F28D

Color information

#C0F28D (or 0xC0F28D) is unknown color: approx Sulu. HEX triplet: C0, F2 and 8D. RGB value is (192,242,141). Sum of RGB (Red+Green+Blue) = 192+242+141=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F28D is #3F0D72. Grayscale: #D7D7D7. Windows color (decimal): -4132211 or 9302720. OLE color: 9302720.

HSL color Cylindrical-coordinate representation of color #C0F28D: hue angle of 89.7º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F28D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB192242141-
CMYK0.2100.420.05
HSL89.7º79.53%75.1%-
HSV(B)89.7º41.74%94.9%-
XYZ58.376.6336.92-
YUV215.5485.94111.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 242 (94.92% from 255) = 42.09%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=33.39%
G=42.09%
B=24.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421410.2100.420.0589.779.5375.1
HexC0F28D1502A55a504b
Octal300362215250525132120113
Binary110000001111001010001101101010101010101101101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F28D; }

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

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

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

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

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

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

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

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