Html Css Color HEX #6ADB3F Apple

📋 copy color: '#6ADB3F'

red 106 ◦ green 219 ◦ blue 63

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

Shades of Apple #6ADB3F

Tints of Apple #6ADB3F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.44%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 27.32%
G = 56.44%
B = 16.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#6ADB3F (or 0x6ADB3F) is known color: Apple. HEX triplet: 6A, DB and 3F. RGB value is (106,219,63). Sum of RGB (Red+Green+Blue) = 106+219+63=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB3F is #9524C0. Grayscale: #A7A7A7. Windows color (decimal): -9774273 or 4184938. OLE color: 4184938.

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

Color convert

RGB 106 219 63 -
CMYK 0.52 0 0.71 0.14
HSL 103.46º 0.68% 0.55% -
HSV(B) 103.46º 0.71% 0.86% -
XYZ 32.17 54.09 13.45 -
YUV 167.43 69.06 84.18 -
System Red Green Blue C M Y K H S L
Decimal 106 219 63 0.52 0 0.71 0.14 103.46 0.68 0.55
Hex 6A DB 3F 34 0 47 E 67 44 37
Octal 152 333 77 64 0 107 16 147 104 67
Binary 1101010 11011011 111111 110100 0 1000111 1110 1100111 1000100 110111

Color Harmonies of #6ADB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB3F

Black with #6ADB3F

Text Example


Text Example

White with #6ADB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,219,63); }

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

background-color css

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

 a { background-color: rgb(106,219,63); }

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

border-color css

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

 span { border-color: rgb(106,219,63); }

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