#6DDD34

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

Shades of Apple #6DDD34

Tints of Apple #6DDD34

Color information

#6DDD34 (or 0x6DDD34) is unknown color: approx Apple. HEX triplet: 6D, DD and 34. RGB value is (109,221,52). Sum of RGB (Red+Green+Blue) = 109+221+52=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD34 is #9222CB. Grayscale: #A8A8A8. Windows color (decimal): -9577164 or 3464557. OLE color: 3464557.

HSL color Cylindrical-coordinate representation of color #6DDD34: hue angle of 99.76º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DDD34 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB10922152-
CMYK0.5100.760.13
HSL99.76º71.31%53.53%-
HSV(B)99.76º76.47%86.67%-
XYZ32.7855.2112.18-
YUV168.2562.3985.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.53%
GREEN value IS 221 (86.72% from 255) = 57.85%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=28.53%
G=57.85%
B=13.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109221520.5100.760.1399.7671.3153.53
Hex6DDD343304CD644736
Octal155335646301141514410766
Binary11011011101110111010011001101001100110111001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,221,52); }

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

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

 a { background-color: rgb(109,221,52); }

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

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

 span { border-color: rgb(109,221,52); }

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