#6CD55D

Color #6CD55D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6CD55D

Tints of Pastel Green #6CD55D

Color information

#6CD55D (or 0x6CD55D) is unknown color: approx Pastel Green. HEX triplet: 6C, D5 and 5D. RGB value is (108,213,93). Sum of RGB (Red+Green+Blue) = 108+213+93=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD55D is #932AA2. Grayscale: #A8A8A8. Windows color (decimal): -9644707 or 6149484. OLE color: 6149484.

HSL color Cylindrical-coordinate representation of color #6CD55D: hue angle of 112.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CD55D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB10821393-
CMYK0.4900.560.16
HSL112.5º58.82%60%-
HSV(B)112.5º56.34%83.53%-
XYZ31.9551.5718.63-
YUV167.9285.7185.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.09%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=26.09%
G=51.45%
B=22.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108213930.4900.560.16112.558.8260
Hex6CD55D3103810703b3c
Octal15432513561070201607374
Binary11011001101010110111011100010111000100001110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CD55D; }

 p { color: rgb(108,213,93); }

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

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

 a { background-color: rgb(108,213,93); }

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

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

 span { border-color: rgb(108,213,93); }

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