Html Css Color HEX #6FCA42 Apple

📋 copy color: '#6FCA42'

red 111 ◦ green 202 ◦ blue 66

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

Shades of Apple #6FCA42

Tints of Apple #6FCA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 29.29%
G = 53.3%
B = 17.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#6FCA42 (or 0x6FCA42) is known color: Apple. HEX triplet: 6F, CA and 42. RGB value is (111,202,66). Sum of RGB (Red+Green+Blue) = 111+202+66=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA42 is #9035BD. Grayscale: #9F9F9F. Windows color (decimal): -9450942 or 4377199. OLE color: 4377199.

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

Color convert

RGB 111 202 66 -
CMYK 0.45 0 0.67 0.21
HSL 100.15º 0.56% 0.53% -
HSV(B) 100.15º 0.67% 0.79% -
XYZ 28.66 46.01 12.53 -
YUV 159.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 111 202 66 0.45 0 0.67 0.21 100.15 0.56 0.53
Hex 6F CA 42 2D 0 43 15 64 38 35
Octal 157 312 102 55 0 103 25 144 70 65
Binary 1101111 11001010 1000010 101101 0 1000011 10101 1100100 111000 110101

Color Harmonies of #6FCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCA42

Black with #6FCA42

Text Example


Text Example

White with #6FCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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