Html Css Color HEX #6DD532 Apple

📋 copy color: '#6DD532'

red 109 ◦ green 213 ◦ blue 50

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

Shades of Apple #6DD532

Tints of Apple #6DD532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.26%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 29.3%
G = 57.26%
B = 13.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#6DD532 (or 0x6DD532) is known color: Apple. HEX triplet: 6D, D5 and 32. RGB value is (109,213,50). Sum of RGB (Red+Green+Blue) = 109+213+50=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD532 is #922ACD. Grayscale: #A3A3A3. Windows color (decimal): -9579214 or 3331437. OLE color: 3331437.

HSL color Cylindrical-coordinate representation of color #6DD532: hue angle of 98.28º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DD532 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 213 50 -
CMYK 0.49 0 0.77 0.16
HSL 98.28º 0.66% 0.52% -
HSV(B) 98.28º 0.77% 0.84% -
XYZ 30.68 51.07 11.26 -
YUV 163.32 64.04 89.25 -
System Red Green Blue C M Y K H S L
Decimal 109 213 50 0.49 0 0.77 0.16 98.28 0.66 0.52
Hex 6D D5 32 31 0 4D 10 62 42 34
Octal 155 325 62 61 0 115 20 142 102 64
Binary 1101101 11010101 110010 110001 0 1001101 10000 1100010 1000010 110100

Color Harmonies of #6DD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD532

Black with #6DD532

Text Example


Text Example

White with #6DD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,213,50); }

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

background-color css

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

 a { background-color: rgb(109,213,50); }

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

border-color css

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

 span { border-color: rgb(109,213,50); }

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