Html Css Color HEX #6AD52F Apple

📋 copy color: '#6AD52F'

red 106 ◦ green 213 ◦ blue 47

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

Shades of Apple #6AD52F

Tints of Apple #6AD52F

RGB

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

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

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

R = 28.96%
G = 58.2%
B = 12.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#6AD52F (or 0x6AD52F) is known color: Apple. HEX triplet: 6A, D5 and 2F. RGB value is (106,213,47). Sum of RGB (Red+Green+Blue) = 106+213+47=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD52F is #952AD0. Grayscale: #A2A2A2. Windows color (decimal): -9775825 or 3134826. OLE color: 3134826.

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

Color convert

RGB 106 213 47 -
CMYK 0.50 0 0.78 0.16
HSL 98.67º 0.66% 0.51% -
HSV(B) 98.67º 0.78% 0.84% -
XYZ 30.25 50.86 10.91 -
YUV 162.08 63.05 88 -
System Red Green Blue C M Y K H S L
Decimal 106 213 47 0.50 0 0.78 0.16 98.67 0.66 0.51
Hex 6A D5 2F 32 0 4E 10 63 42 33
Octal 152 325 57 62 0 116 20 143 102 63
Binary 1101010 11010101 101111 110010 0 1001110 10000 1100011 1000010 110011

Color Harmonies of #6AD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD52F

Black with #6AD52F

Text Example


Text Example

White with #6AD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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