#1CDD7E

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

Shades of Shamrock #1CDD7E

Tints of Shamrock #1CDD7E

Color information

#1CDD7E (or 0x1CDD7E) is unknown color: approx Shamrock. HEX triplet: 1C, DD and 7E. RGB value is (28,221,126). Sum of RGB (Red+Green+Blue) = 28+221+126=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDD7E is #E32281. Grayscale: #989898. Windows color (decimal): -14885506 or 8314140. OLE color: 8314140.

HSL color Cylindrical-coordinate representation of color #1CDD7E: hue angle of 150.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD7E is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB28221126-
CMYK0.8700.430.13
HSL150.47º77.51%48.82%-
HSV(B)150.47º87.33%86.67%-
XYZ30.153.4728.47-
YUV152.46113.0639.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.47%
GREEN value IS 221 (86.72% from 255) = 58.93%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=7.47%
G=58.93%
B=33.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282211260.8700.430.13150.4777.5148.82
Hex1CDD7E5702BD964e31
Octal343351761270531522611661
Binary11100110111011111110101011101010111101100101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CDD7E; }

 p { color: rgb(28,221,126); }

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

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

 a { background-color: rgb(28,221,126); }

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

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

 span { border-color: rgb(28,221,126); }

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