Html Css Color HEX #6AD82D Apple

📋 copy color: '#6AD82D'

red 106 ◦ green 216 ◦ blue 45

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

Shades of Apple #6AD82D

Tints of Apple #6AD82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.86%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 28.88%
G = 58.86%
B = 12.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#6AD82D (or 0x6AD82D) is known color: Apple. HEX triplet: 6A, D8 and 2D. RGB value is (106,216,45). Sum of RGB (Red+Green+Blue) = 106+216+45=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD82D is #9527D2. Grayscale: #A4A4A4. Windows color (decimal): -9775059 or 3004522. OLE color: 3004522.

HSL color Cylindrical-coordinate representation of color #6AD82D: hue angle of 98.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AD82D is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 216 45 -
CMYK 0.51 0 0.79 0.15
HSL 98.6º 0.69% 0.51% -
HSV(B) 98.6º 0.79% 0.85% -
XYZ 30.97 52.37 10.96 -
YUV 163.62 61.06 86.9 -
System Red Green Blue C M Y K H S L
Decimal 106 216 45 0.51 0 0.79 0.15 98.6 0.69 0.51
Hex 6A D8 2D 33 0 4F F 63 45 33
Octal 152 330 55 63 0 117 17 143 105 63
Binary 1101010 11011000 101101 110011 0 1001111 1111 1100011 1000101 110011

Color Harmonies of #6AD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD82D

Black with #6AD82D

Text Example


Text Example

White with #6AD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,216,45); }

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

background-color css

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

 a { background-color: rgb(106,216,45); }

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

border-color css

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

 span { border-color: rgb(106,216,45); }

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