Html Css Color HEX #6AD235 Apple

📋 copy color: '#6AD235'

red 106 ◦ green 210 ◦ blue 53

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

Shades of Apple #6AD235

Tints of Apple #6AD235

RGB

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

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

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

R = 28.73%
G = 56.91%
B = 14.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#6AD235 (or 0x6AD235) is known color: Apple. HEX triplet: 6A, D2 and 35. RGB value is (106,210,53). Sum of RGB (Red+Green+Blue) = 106+210+53=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD235 is #952DCA. Grayscale: #A1A1A1. Windows color (decimal): -9776587 or 3527274. OLE color: 3527274.

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

Color convert

RGB 106 210 53 -
CMYK 0.50 0 0.75 0.18
HSL 99.75º 0.64% 0.52% -
HSV(B) 99.75º 0.75% 0.82% -
XYZ 29.63 49.41 11.34 -
YUV 161.01 67.04 88.77 -
System Red Green Blue C M Y K H S L
Decimal 106 210 53 0.50 0 0.75 0.18 99.75 0.64 0.52
Hex 6A D2 35 32 0 4B 12 64 40 34
Octal 152 322 65 62 0 113 22 144 100 64
Binary 1101010 11010010 110101 110010 0 1001011 10010 1100100 1000000 110100

Color Harmonies of #6AD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD235

Black with #6AD235

Text Example


Text Example

White with #6AD235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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