Html Css Color HEX #6ADB2F Apple

📋 copy color: '#6ADB2F'

red 106 ◦ green 219 ◦ blue 47

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

Shades of Apple #6ADB2F

Tints of Apple #6ADB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 28.49%
G = 58.87%
B = 12.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#6ADB2F (or 0x6ADB2F) is known color: Apple. HEX triplet: 6A, DB and 2F. RGB value is (106,219,47). Sum of RGB (Red+Green+Blue) = 106+219+47=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB2F is #9524D0. Grayscale: #A6A6A6. Windows color (decimal): -9774289 or 3136362. OLE color: 3136362.

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

Color convert

RGB 106 219 47 -
CMYK 0.52 0 0.79 0.14
HSL 99.42º 0.7% 0.52% -
HSV(B) 99.42º 0.79% 0.86% -
XYZ 31.79 53.93 11.42 -
YUV 165.61 61.06 85.49 -
System Red Green Blue C M Y K H S L
Decimal 106 219 47 0.52 0 0.79 0.14 99.42 0.7 0.52
Hex 6A DB 2F 34 0 4F E 63 46 34
Octal 152 333 57 64 0 117 16 143 106 64
Binary 1101010 11011011 101111 110100 0 1001111 1110 1100011 1000110 110100

Color Harmonies of #6ADB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB2F

Black with #6ADB2F

Text Example


Text Example

White with #6ADB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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