#6CD262

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

Shades of Pastel Green #6CD262

Tints of Pastel Green #6CD262

Color information

#6CD262 (or 0x6CD262) is unknown color: approx Pastel Green. HEX triplet: 6C, D2 and 62. RGB value is (108,210,98). Sum of RGB (Red+Green+Blue) = 108+210+98=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD262 is #932D9D. Grayscale: #A7A7A7. Windows color (decimal): -9645470 or 6476396. OLE color: 6476396.

HSL color Cylindrical-coordinate representation of color #6CD262: hue angle of 114.64º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CD262 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB10821098-
CMYK0.4900.530.18
HSL114.64º55.45%60.39%-
HSV(B)114.64º53.33%82.35%-
XYZ31.4450.1619.58-
YUV166.7389.2186.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 210 (82.42% from 255) = 50.48%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=25.96%
G=50.48%
B=23.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108210980.4900.530.18114.6455.4560.39
Hex6CD262310351273373c
Octal15432214261065221636774
Binary11011001101001011000101100010110101100101110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,210,98); }

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

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

 a { background-color: rgb(108,210,98); }

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

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

 span { border-color: rgb(108,210,98); }

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