#6CDA2D

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

Shades of Apple #6CDA2D

Tints of Apple #6CDA2D

Color information

#6CDA2D (or 0x6CDA2D) is unknown color: approx Apple. HEX triplet: 6C, DA and 2D. RGB value is (108,218,45). Sum of RGB (Red+Green+Blue) = 108+218+45=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDA2D is #9325D2. Grayscale: #A5A5A5. Windows color (decimal): -9643475 or 3005036. OLE color: 3005036.

HSL color Cylindrical-coordinate representation of color #6CDA2D: hue angle of 98.15º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CDA2D is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB10821845-
CMYK0.5000.790.15
HSL98.15º70.04%51.57%-
HSV(B)98.15º79.36%85.49%-
XYZ31.7353.5211.14-
YUV165.3960.0687.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 218 (85.55% from 255) = 58.76%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=29.11%
G=58.76%
B=12.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108218450.5000.790.1598.1570.0451.57
Hex6CDA2D3204FF624634
Octal154332556201171714210664
Binary11011001101101010110111001001001111111111000101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,218,45); }

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

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

 a { background-color: rgb(108,218,45); }

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

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

 span { border-color: rgb(108,218,45); }

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