Html Css Color HEX #74CC36 Apple

📋 copy color: '#74CC36'

red 116 ◦ green 204 ◦ blue 54

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

Shades of Apple #74CC36

Tints of Apple #74CC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.44%

R = 31.02%
G = 54.55%
B = 14.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#74CC36 (or 0x74CC36) is known color: Apple. HEX triplet: 74, CC and 36. RGB value is (116,204,54). Sum of RGB (Red+Green+Blue) = 116+204+54=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC36 is #8B33C9. Grayscale: #A1A1A1. Windows color (decimal): -9122762 or 3591284. OLE color: 3591284.

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

Color convert

RGB 116 204 54 -
CMYK 0.43 0 0.74 0.2
HSL 95.2º 0.6% 0.51% -
HSV(B) 95.2º 0.74% 0.8% -
XYZ 29.46 47.17 11.04 -
YUV 160.59 67.85 96.2 -
System Red Green Blue C M Y K H S L
Decimal 116 204 54 0.43 0 0.74 0.2 95.2 0.6 0.51
Hex 74 CC 36 2B 0 4A 14 5F 3C 33
Octal 164 314 66 53 0 112 24 137 74 63
Binary 1110100 11001100 110110 101011 0 1001010 10100 1011111 111100 110011

Color Harmonies of #74CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC36

Black with #74CC36

Text Example


Text Example

White with #74CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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