Html Css Color HEX #6ED035 Apple

📋 copy color: '#6ED035'

red 110 ◦ green 208 ◦ blue 53

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

Shades of Apple #6ED035

Tints of Apple #6ED035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.06%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 29.65%
G = 56.06%
B = 14.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#6ED035 (or 0x6ED035) is known color: Apple. HEX triplet: 6E, D0 and 35. RGB value is (110,208,53). Sum of RGB (Red+Green+Blue) = 110+208+53=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED035 is #912FCA. Grayscale: #A1A1A1. Windows color (decimal): -9514955 or 3526766. OLE color: 3526766.

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

Color convert

RGB 110 208 53 -
CMYK 0.47 0 0.75 0.18
HSL 97.94º 0.62% 0.51% -
HSV(B) 97.94º 0.75% 0.82% -
XYZ 29.63 48.68 11.2 -
YUV 161.03 67.03 91.6 -
System Red Green Blue C M Y K H S L
Decimal 110 208 53 0.47 0 0.75 0.18 97.94 0.62 0.51
Hex 6E D0 35 2F 0 4B 12 62 3E 33
Octal 156 320 65 57 0 113 22 142 76 63
Binary 1101110 11010000 110101 101111 0 1001011 10010 1100010 111110 110011

Color Harmonies of #6ED035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED035

Black with #6ED035

Text Example


Text Example

White with #6ED035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,53); }

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

background-color css

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

 a { background-color: rgb(110,208,53); }

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

border-color css

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

 span { border-color: rgb(110,208,53); }

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