#c0ed65

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

Shades of Sulu #C0ED65

Tints of Sulu #C0ED65

Color information

#C0ED65 (or 0xC0ED65) is unknown color: approx Sulu. HEX triplet: C0, ED and 65. RGB value is (192,237,101). Sum of RGB (Red+Green+Blue) = 192+237+101=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED65 is #3F129A. Grayscale: #D0D0D0. Windows color (decimal): -4133531 or 6680000. OLE color: 6680000.

HSL color Cylindrical-coordinate representation of color #C0ED65: hue angle of 79.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0ED65 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB192237101-
CMYK0.1900.570.07
HSL79.85º79.07%66.27%-
HSV(B)79.85º57.38%92.94%-
XYZ54.3772.7123.48-
YUV208.0467.59116.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 101 (39.84% from 255) = 19.06%
R=36.23%
G=44.72%
B=19.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922371010.1900.570.0779.8579.0766.27
HexC0ED65130397504f42
Octal300355145230717120117102
Binary11000000111011011100101100110111001111101000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ed65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ed65; }

 p { color: rgb(192,237,101); }

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

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

 a { background-color: rgb(192,237,101); }

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

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

 span { border-color: rgb(192,237,101); }

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