#C0F97A

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

Shades of Sulu #C0F97A

Tints of Sulu #C0F97A

Color information

#C0F97A (or 0xC0F97A) is unknown color: approx Sulu. HEX triplet: C0, F9 and 7A. RGB value is (192,249,122). Sum of RGB (Red+Green+Blue) = 192+249+122=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F97A is #3F0685. Grayscale: #D9D9D9. Windows color (decimal): -4130438 or 8059328. OLE color: 8059328.

HSL color Cylindrical-coordinate representation of color #C0F97A: hue angle of 86.93º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F97A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB192249122-
CMYK0.2300.510.02
HSL86.93º91.37%72.75%-
HSV(B)86.93º51%97.65%-
XYZ59.1380.3630.81-
YUV217.4874.12109.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 122 (48.05% from 255) = 21.67%
R=34.10%
G=44.23%
B=21.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922491220.2300.510.0286.9391.3772.75
HexC0F97A170332575b49
Octal300371172270632127133111
Binary1100000011111001111101010111011001110101011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F97A; }

 p { color: rgb(192,249,122); }

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

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

 a { background-color: rgb(192,249,122); }

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

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

 span { border-color: rgb(192,249,122); }

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