#C0F28A

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

Shades of Sulu #C0F28A

Tints of Sulu #C0F28A

Color information

#C0F28A (or 0xC0F28A) is unknown color: approx Sulu. HEX triplet: C0, F2 and 8A. RGB value is (192,242,138). Sum of RGB (Red+Green+Blue) = 192+242+138=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F28A is #3F0D75. Grayscale: #D7D7D7. Windows color (decimal): -4132214 or 9106112. OLE color: 9106112.

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

Color convert

RGB192242138-
CMYK0.2100.430.05
HSL88.85º80%74.51%-
HSV(B)88.85º42.98%94.9%-
XYZ58.0876.5535.76-
YUV215.1984.44111.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=33.57%
G=42.31%
B=24.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421380.2100.430.0588.858074.51
HexC0F28A1502B559504b
Octal300362212250535131120113
Binary110000001111001010001010101010101011101101100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F28A; }

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

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

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

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

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

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

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

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