Html Css Color HEX #6AD04B Apple

📋 copy color: '#6AD04B'

red 106 ◦ green 208 ◦ blue 75

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

Shades of Apple #6AD04B

Tints of Apple #6AD04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 27.25%
G = 53.47%
B = 19.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#6AD04B (or 0x6AD04B) is known color: Apple. HEX triplet: 6A, D0 and 4B. RGB value is (106,208,75). Sum of RGB (Red+Green+Blue) = 106+208+75=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD04B is #952FB4. Grayscale: #A2A2A2. Windows color (decimal): -9777077 or 4968554. OLE color: 4968554.

HSL color Cylindrical-coordinate representation of color #6AD04B: hue angle of 106.02º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AD04B is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 75 -
CMYK 0.49 0 0.64 0.18
HSL 106.02º 0.59% 0.55% -
HSV(B) 106.02º 0.64% 0.82% -
XYZ 29.77 48.68 14.48 -
YUV 162.34 78.71 87.81 -
System Red Green Blue C M Y K H S L
Decimal 106 208 75 0.49 0 0.64 0.18 106.02 0.59 0.55
Hex 6A D0 4B 31 0 40 12 6A 3B 37
Octal 152 320 113 61 0 100 22 152 73 67
Binary 1101010 11010000 1001011 110001 0 1000000 10010 1101010 111011 110111

Color Harmonies of #6AD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD04B

Black with #6AD04B

Text Example


Text Example

White with #6AD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,75); }

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

background-color css

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

 a { background-color: rgb(106,208,75); }

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

border-color css

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

 span { border-color: rgb(106,208,75); }

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