Html Css Color HEX #6DCF2A Apple

📋 copy color: '#6DCF2A'

red 109 ◦ green 207 ◦ blue 42

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

Shades of Apple #6DCF2A

Tints of Apple #6DCF2A

RGB

 RED value IS 109 (42.97% from 255) = 30.45%

 GREEN value IS 207 (81.25% from 255) = 57.82%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 30.45%
G = 57.82%
B = 11.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#6DCF2A (or 0x6DCF2A) is known color: Apple. HEX triplet: 6D, CF and 2A. RGB value is (109,207,42). Sum of RGB (Red+Green+Blue) = 109+207+42=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF2A is #9230D5. Grayscale: #9F9F9F. Windows color (decimal): -9580758 or 2805613. OLE color: 2805613.

HSL color Cylindrical-coordinate representation of color #6DCF2A: hue angle of 95.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DCF2A is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 42 -
CMYK 0.47 0 0.80 0.19
HSL 95.64º 0.66% 0.49% -
HSV(B) 95.64º 0.8% 0.81% -
XYZ 29.04 48.04 9.93 -
YUV 158.89 62.03 92.42 -
System Red Green Blue C M Y K H S L
Decimal 109 207 42 0.47 0 0.80 0.19 95.64 0.66 0.49
Hex 6D CF 2A 2F 0 50 13 60 42 31
Octal 155 317 52 57 0 120 23 140 102 61
Binary 1101101 11001111 101010 101111 0 1010000 10011 1100000 1000010 110001

Color Harmonies of #6DCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCF2A

Black with #6DCF2A

Text Example


Text Example

White with #6DCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,42); }

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

background-color css

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

 a { background-color: rgb(109,207,42); }

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

border-color css

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

 span { border-color: rgb(109,207,42); }

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