Html Css Color HEX #6DD242 Apple

📋 copy color: '#6DD242'

red 109 ◦ green 210 ◦ blue 66

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

Shades of Apple #6DD242

Tints of Apple #6DD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.55%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 28.31%
G = 54.55%
B = 17.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#6DD242 (or 0x6DD242) is known color: Apple. HEX triplet: 6D, D2 and 42. RGB value is (109,210,66). Sum of RGB (Red+Green+Blue) = 109+210+66=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD242 is #922DBD. Grayscale: #A3A3A3. Windows color (decimal): -9579966 or 4379245. OLE color: 4379245.

HSL color Cylindrical-coordinate representation of color #6DD242: hue angle of 102.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DD242 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 210 66 -
CMYK 0.48 0 0.69 0.18
HSL 102.08º 0.62% 0.54% -
HSV(B) 102.08º 0.69% 0.82% -
XYZ 30.34 49.74 13.16 -
YUV 163.39 73.04 89.21 -
System Red Green Blue C M Y K H S L
Decimal 109 210 66 0.48 0 0.69 0.18 102.08 0.62 0.54
Hex 6D D2 42 30 0 45 12 66 3E 36
Octal 155 322 102 60 0 105 22 146 76 66
Binary 1101101 11010010 1000010 110000 0 1000101 10010 1100110 111110 110110

Color Harmonies of #6DD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD242

Black with #6DD242

Text Example


Text Example

White with #6DD242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,210,66); }

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

background-color css

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

 a { background-color: rgb(109,210,66); }

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

border-color css

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

 span { border-color: rgb(109,210,66); }

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