#C1ED72

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

Shades of Sulu #C1ED72

Tints of Sulu #C1ED72

Color information

#C1ED72 (or 0xC1ED72) is unknown color: approx Sulu. HEX triplet: C1, ED and 72. RGB value is (193,237,114). Sum of RGB (Red+Green+Blue) = 193+237+114=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED72 is #3E128D. Grayscale: #D2D2D2. Windows color (decimal): -4067982 or 7531969. OLE color: 7531969.

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

Color convert

RGB193237114-
CMYK0.1900.520.07
HSL81.46º77.36%68.82%-
HSV(B)81.46º51.9%92.94%-
XYZ55.3173.1227.12-
YUV209.8273.92116-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 237 (92.97% from 255) = 43.57%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=35.48%
G=43.57%
B=20.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932371140.1900.520.0781.4677.3668.82
HexC1ED72130347514d45
Octal301355162230647121115105
Binary11000001111011011110010100110110100111101000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ED72; }

 p { color: rgb(193,237,114); }

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

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

 a { background-color: rgb(193,237,114); }

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

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

 span { border-color: rgb(193,237,114); }

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