Html Css Color HEX #6FCA40 Apple

📋 copy color: '#6FCA40'

red 111 ◦ green 202 ◦ blue 64

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

Shades of Apple #6FCA40

Tints of Apple #6FCA40

RGB

 RED value IS 111 (43.75% from 255) = 29.44%

 GREEN value IS 202 (79.3% from 255) = 53.58%

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

R = 29.44%
G = 53.58%
B = 16.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#6FCA40 (or 0x6FCA40) is known color: Apple. HEX triplet: 6F, CA and 40. RGB value is (111,202,64). Sum of RGB (Red+Green+Blue) = 111+202+64=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA40 is #9035BF. Grayscale: #9F9F9F. Windows color (decimal): -9450944 or 4246127. OLE color: 4246127.

HSL color Cylindrical-coordinate representation of color #6FCA40: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FCA40 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 64 -
CMYK 0.45 0 0.68 0.21
HSL 99.57º 0.57% 0.52% -
HSV(B) 99.57º 0.68% 0.79% -
XYZ 28.6 45.99 12.22 -
YUV 159.06 74.35 93.72 -
System Red Green Blue C M Y K H S L
Decimal 111 202 64 0.45 0 0.68 0.21 99.57 0.57 0.52
Hex 6F CA 40 2D 0 44 15 64 39 34
Octal 157 312 100 55 0 104 25 144 71 64
Binary 1101111 11001010 1000000 101101 0 1000100 10101 1100100 111001 110100

Color Harmonies of #6FCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCA40

Black with #6FCA40

Text Example


Text Example

White with #6FCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,64); }

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

background-color css

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

 a { background-color: rgb(111,202,64); }

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

border-color css

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

 span { border-color: rgb(111,202,64); }

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