#C0F281

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

Shades of Sulu #C0F281

Tints of Sulu #C0F281

Color information

#C0F281 (or 0xC0F281) is unknown color: approx Sulu. HEX triplet: C0, F2 and 81. RGB value is (192,242,129). Sum of RGB (Red+Green+Blue) = 192+242+129=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F281 is #3F0D7E. Grayscale: #D6D6D6. Windows color (decimal): -4132223 or 8516288. OLE color: 8516288.

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

Color convert

RGB192242129-
CMYK0.2100.470.05
HSL86.55º81.29%72.75%-
HSV(B)86.55º46.69%94.9%-
XYZ57.4576.332.47-
YUV214.1779.94112.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=34.10%
G=42.98%
B=22.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421290.2100.470.0586.5581.2972.75
HexC0F2811502F5575149
Octal300362201250575127121111
Binary110000001111001010000001101010101111101101011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F281; }

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

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

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

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

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

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

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

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