#6DE02D

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

Shades of Apple #6DE02D

Tints of Apple #6DE02D

Color information

#6DE02D (or 0x6DE02D) is unknown color: approx Apple. HEX triplet: 6D, E0 and 2D. RGB value is (109,224,45). Sum of RGB (Red+Green+Blue) = 109+224+45=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DE02D is #921FD2. Grayscale: #A9A9A9. Windows color (decimal): -9576403 or 3006573. OLE color: 3006573.

HSL color Cylindrical-coordinate representation of color #6DE02D: hue angle of 98.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DE02D is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB10922445-
CMYK0.5100.800.12
HSL98.55º74.27%52.75%-
HSV(B)98.55º79.91%87.84%-
XYZ33.4456.7511.67-
YUV169.2157.985.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 224 (87.89% from 255) = 59.26%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=28.84%
G=59.26%
B=11.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal109224450.5100.800.1298.5574.2752.75
Hex6DE02D33050C634a35
Octal155340556301201414311265
Binary11011011110000010110111001101010000110011000111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,224,45); }

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

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

 a { background-color: rgb(109,224,45); }

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

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

 span { border-color: rgb(109,224,45); }

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