Html Css Color HEX #6CC42D Apple

📋 copy color: '#6CC42D'

red 108 ◦ green 196 ◦ blue 45

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

Shades of Apple #6CC42D

Tints of Apple #6CC42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 30.95%
G = 56.16%
B = 12.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#6CC42D (or 0x6CC42D) is known color: Apple. HEX triplet: 6C, C4 and 2D. RGB value is (108,196,45). Sum of RGB (Red+Green+Blue) = 108+196+45=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC42D is #933BD2. Grayscale: #989898. Windows color (decimal): -9649107 or 2999404. OLE color: 2999404.

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

Color convert

RGB 108 196 45 -
CMYK 0.45 0 0.77 0.23
HSL 94.97º 0.63% 0.47% -
HSV(B) 94.97º 0.77% 0.77% -
XYZ 26.4 42.86 9.36 -
YUV 152.47 67.35 96.28 -
System Red Green Blue C M Y K H S L
Decimal 108 196 45 0.45 0 0.77 0.23 94.97 0.63 0.47
Hex 6C C4 2D 2D 0 4D 17 5F 3F 2F
Octal 154 304 55 55 0 115 27 137 77 57
Binary 1101100 11000100 101101 101101 0 1001101 10111 1011111 111111 101111

Color Harmonies of #6CC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC42D

Black with #6CC42D

Text Example


Text Example

White with #6CC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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