Html Css Color HEX #74CC42 Apple

📋 copy color: '#74CC42'

red 116 ◦ green 204 ◦ blue 66

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

Shades of Apple #74CC42

Tints of Apple #74CC42

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

 GREEN value IS 204 (80.08% from 255) = 52.85%

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

R = 30.05%
G = 52.85%
B = 17.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#74CC42 (or 0x74CC42) is known color: Apple. HEX triplet: 74, CC and 42. RGB value is (116,204,66). Sum of RGB (Red+Green+Blue) = 116+204+66=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC42 is #8B33BD. Grayscale: #A2A2A2. Windows color (decimal): -9122750 or 4377716. OLE color: 4377716.

HSL color Cylindrical-coordinate representation of color #74CC42: hue angle of 98.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74CC42 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 66 -
CMYK 0.43 0 0.68 0.2
HSL 98.26º 0.58% 0.53% -
HSV(B) 98.26º 0.68% 0.8% -
XYZ 29.78 47.29 12.71 -
YUV 161.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 116 204 66 0.43 0 0.68 0.2 98.26 0.58 0.53
Hex 74 CC 42 2B 0 44 14 62 3A 35
Octal 164 314 102 53 0 104 24 142 72 65
Binary 1110100 11001100 1000010 101011 0 1000100 10100 1100010 111010 110101

Color Harmonies of #74CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC42

Black with #74CC42

Text Example


Text Example

White with #74CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CC42; }

 p { color: rgb(116,204,66); }

 H1.HeaderClassName
 {
   color: #74CC42;
 }
 .AnyTagClassName
 {
   color: #74CC42;
 }
</style>

background-color css

<style>
 a { background-color: #74CC42; }

 a { background-color: rgb(116,204,66); }

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

border-color css

<style>
 span { border-color: #74CC42; }

 span { border-color: rgb(116,204,66); }

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