#C0F27F

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

Shades of Sulu #C0F27F

Tints of Sulu #C0F27F

Color information

#C0F27F (or 0xC0F27F) is unknown color: approx Sulu. HEX triplet: C0, F2 and 7F. RGB value is (192,242,127). Sum of RGB (Red+Green+Blue) = 192+242+127=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F27F is #3F0D80. Grayscale: #D6D6D6. Windows color (decimal): -4132225 or 8385216. OLE color: 8385216.

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

Color convert

RGB192242127-
CMYK0.2100.480.05
HSL86.09º81.56%72.35%-
HSV(B)86.09º47.52%94.9%-
XYZ57.3276.2431.77-
YUV213.9478.94112.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 127 (50% from 255) = 22.64%
R=34.22%
G=43.14%
B=22.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421270.2100.480.0586.0981.5672.35
HexC0F27F150305565248
Octal300362177250605126122110
Binary11000000111100101111111101010110000101101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F27F; }

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

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

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

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

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

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

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

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