Html Css Color HEX #6ED42D Apple

📋 copy color: '#6ED42D'

red 110 ◦ green 212 ◦ blue 45

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

Shades of Apple #6ED42D

Tints of Apple #6ED42D

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

 GREEN value IS 212 (83.2% from 255) = 57.77%

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

R = 29.97%
G = 57.77%
B = 12.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#6ED42D (or 0x6ED42D) is known color: Apple. HEX triplet: 6E, D4 and 2D. RGB value is (110,212,45). Sum of RGB (Red+Green+Blue) = 110+212+45=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED42D is #912BD2. Grayscale: #A3A3A3. Windows color (decimal): -9513939 or 3003502. OLE color: 3003502.

HSL color Cylindrical-coordinate representation of color #6ED42D: hue angle of 96.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ED42D is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 212 45 -
CMYK 0.48 0 0.79 0.17
HSL 96.65º 0.66% 0.5% -
HSV(B) 96.65º 0.79% 0.83% -
XYZ 30.45 50.59 10.64 -
YUV 162.46 61.71 90.58 -
System Red Green Blue C M Y K H S L
Decimal 110 212 45 0.48 0 0.79 0.17 96.65 0.66 0.5
Hex 6E D4 2D 30 0 4F 11 61 42 32
Octal 156 324 55 60 0 117 21 141 102 62
Binary 1101110 11010100 101101 110000 0 1001111 10001 1100001 1000010 110010

Color Harmonies of #6ED42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED42D

Black with #6ED42D

Text Example


Text Example

White with #6ED42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,212,45); }

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

background-color css

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

 a { background-color: rgb(110,212,45); }

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

border-color css

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

 span { border-color: rgb(110,212,45); }

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