Html Css Color HEX #6AD241 Apple

📋 copy color: '#6AD241'

red 106 ◦ green 210 ◦ blue 65

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

Shades of Apple #6AD241

Tints of Apple #6AD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.12%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 27.82%
G = 55.12%
B = 17.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#6AD241 (or 0x6AD241) is known color: Apple. HEX triplet: 6A, D2 and 41. RGB value is (106,210,65). Sum of RGB (Red+Green+Blue) = 106+210+65=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD241 is #952DBE. Grayscale: #A2A2A2. Windows color (decimal): -9776575 or 4313706. OLE color: 4313706.

HSL color Cylindrical-coordinate representation of color #6AD241: hue angle of 103.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AD241 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 65 -
CMYK 0.50 0 0.69 0.18
HSL 103.03º 0.62% 0.54% -
HSV(B) 103.03º 0.69% 0.82% -
XYZ 29.94 49.54 12.98 -
YUV 162.37 73.04 87.79 -
System Red Green Blue C M Y K H S L
Decimal 106 210 65 0.50 0 0.69 0.18 103.03 0.62 0.54
Hex 6A D2 41 32 0 45 12 67 3E 36
Octal 152 322 101 62 0 105 22 147 76 66
Binary 1101010 11010010 1000001 110010 0 1000101 10010 1100111 111110 110110

Color Harmonies of #6AD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD241

Black with #6AD241

Text Example


Text Example

White with #6AD241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,210,65); }

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

background-color css

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

 a { background-color: rgb(106,210,65); }

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

border-color css

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

 span { border-color: rgb(106,210,65); }

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