Html Css Color HEX #6CC42F Apple

📋 copy color: '#6CC42F'

red 108 ◦ green 196 ◦ blue 47

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

Shades of Apple #6CC42F

Tints of Apple #6CC42F

RGB

 RED value IS 108 (42.58% from 255) = 30.77%

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 30.77%
G = 55.84%
B = 13.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#6CC42F (or 0x6CC42F) is known color: Apple. HEX triplet: 6C, C4 and 2F. RGB value is (108,196,47). Sum of RGB (Red+Green+Blue) = 108+196+47=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC42F is #933BD0. Grayscale: #999999. Windows color (decimal): -9649105 or 3130476. OLE color: 3130476.

HSL color Cylindrical-coordinate representation of color #6CC42F: hue angle of 95.44º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CC42F is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 108 196 47 -
CMYK 0.45 0 0.76 0.23
HSL 95.44º 0.61% 0.48% -
HSV(B) 95.44º 0.76% 0.77% -
XYZ 26.44 42.87 9.57 -
YUV 152.7 68.35 96.12 -
System Red Green Blue C M Y K H S L
Decimal 108 196 47 0.45 0 0.76 0.23 95.44 0.61 0.48
Hex 6C C4 2F 2D 0 4C 17 5F 3D 30
Octal 154 304 57 55 0 114 27 137 75 60
Binary 1101100 11000100 101111 101101 0 1001100 10111 1011111 111101 110000

Color Harmonies of #6CC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC42F

Black with #6CC42F

Text Example


Text Example

White with #6CC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,196,47); }

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

background-color css

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

 a { background-color: rgb(108,196,47); }

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

border-color css

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

 span { border-color: rgb(108,196,47); }

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