Html Css Color HEX #6DCF40 Apple

📋 copy color: '#6DCF40'

red 109 ◦ green 207 ◦ blue 64

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

Shades of Apple #6DCF40

Tints of Apple #6DCF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 28.68%
G = 54.47%
B = 16.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#6DCF40 (or 0x6DCF40) is known color: Apple. HEX triplet: 6D, CF and 40. RGB value is (109,207,64). Sum of RGB (Red+Green+Blue) = 109+207+64=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF40 is #9230BF. Grayscale: #A1A1A1. Windows color (decimal): -9580736 or 4247405. OLE color: 4247405.

HSL color Cylindrical-coordinate representation of color #6DCF40: hue angle of 101.12º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DCF40 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 64 -
CMYK 0.47 0 0.69 0.19
HSL 101.12º 0.6% 0.53% -
HSV(B) 101.12º 0.69% 0.81% -
XYZ 29.54 48.25 12.61 -
YUV 161.4 73.03 90.63 -
System Red Green Blue C M Y K H S L
Decimal 109 207 64 0.47 0 0.69 0.19 101.12 0.6 0.53
Hex 6D CF 40 2F 0 45 13 65 3C 35
Octal 155 317 100 57 0 105 23 145 74 65
Binary 1101101 11001111 1000000 101111 0 1000101 10011 1100101 111100 110101

Color Harmonies of #6DCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCF40

Black with #6DCF40

Text Example


Text Example

White with #6DCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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