Html Css Color HEX #6DDC2D Apple

📋 copy color: '#6DDC2D'

red 109 ◦ green 220 ◦ blue 45

#6DDC2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6DDC2D

Tints of Apple #6DDC2D

RGB

 RED value IS 109 (42.97% from 255) = 29.14%

 GREEN value IS 220 (86.33% from 255) = 58.82%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 29.14%
G = 58.82%
B = 12.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#6DDC2D (or 0x6DDC2D) is known color: Apple. HEX triplet: 6D, DC and 2D. RGB value is (109,220,45). Sum of RGB (Red+Green+Blue) = 109+220+45=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDC2D is #9223D2. Grayscale: #A7A7A7. Windows color (decimal): -9577427 or 3005549. OLE color: 3005549.

HSL color Cylindrical-coordinate representation of color #6DDC2D: hue angle of 98.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DDC2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 45 -
CMYK 0.50 0 0.80 0.14
HSL 98.06º 0.71% 0.52% -
HSV(B) 98.06º 0.8% 0.86% -
XYZ 32.37 54.63 11.32 -
YUV 166.86 59.23 86.73 -
System Red Green Blue C M Y K H S L
Decimal 109 220 45 0.50 0 0.80 0.14 98.06 0.71 0.52
Hex 6D DC 2D 32 0 50 E 62 47 34
Octal 155 334 55 62 0 120 16 142 107 64
Binary 1101101 11011100 101101 110010 0 1010000 1110 1100010 1000111 110100

Color Harmonies of #6DDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDC2D

Black with #6DDC2D

Text Example


Text Example

White with #6DDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DDC2D;
 }
 .AnyTagClassName
 {
   color: #6DDC2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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