Html Css Color HEX #6AD532 Apple

📋 copy color: '#6AD532'

red 106 ◦ green 213 ◦ blue 50

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

Shades of Apple #6AD532

Tints of Apple #6AD532

RGB

 RED value IS 106 (41.8% from 255) = 28.73%

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

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

R = 28.73%
G = 57.72%
B = 13.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#6AD532 (or 0x6AD532) is known color: Apple. HEX triplet: 6A, D5 and 32. RGB value is (106,213,50). Sum of RGB (Red+Green+Blue) = 106+213+50=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD532 is #952ACD. Grayscale: #A2A2A2. Windows color (decimal): -9775822 or 3331434. OLE color: 3331434.

HSL color Cylindrical-coordinate representation of color #6AD532: hue angle of 99.39º 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 #6AD532 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 213 50 -
CMYK 0.50 0 0.77 0.16
HSL 99.39º 0.66% 0.52% -
HSV(B) 99.39º 0.77% 0.84% -
XYZ 30.31 50.88 11.24 -
YUV 162.43 64.55 87.75 -
System Red Green Blue C M Y K H S L
Decimal 106 213 50 0.50 0 0.77 0.16 99.39 0.66 0.52
Hex 6A D5 32 32 0 4D 10 63 42 34
Octal 152 325 62 62 0 115 20 143 102 64
Binary 1101010 11010101 110010 110010 0 1001101 10000 1100011 1000010 110100

Color Harmonies of #6AD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD532

Black with #6AD532

Text Example


Text Example

White with #6AD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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