Html Css Color HEX #74CC37 Apple

📋 copy color: '#74CC37'

red 116 ◦ green 204 ◦ blue 55

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

Shades of Apple #74CC37

Tints of Apple #74CC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 30.93%
G = 54.4%
B = 14.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#74CC37 (or 0x74CC37) is known color: Apple. HEX triplet: 74, CC and 37. RGB value is (116,204,55). Sum of RGB (Red+Green+Blue) = 116+204+55=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC37 is #8B33C8. Grayscale: #A1A1A1. Windows color (decimal): -9122761 or 3656820. OLE color: 3656820.

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

Color convert

RGB 116 204 55 -
CMYK 0.43 0 0.73 0.2
HSL 95.44º 0.59% 0.51% -
HSV(B) 95.44º 0.73% 0.8% -
XYZ 29.48 47.17 11.17 -
YUV 160.7 68.35 96.12 -
System Red Green Blue C M Y K H S L
Decimal 116 204 55 0.43 0 0.73 0.2 95.44 0.59 0.51
Hex 74 CC 37 2B 0 49 14 5F 3B 33
Octal 164 314 67 53 0 111 24 137 73 63
Binary 1110100 11001100 110111 101011 0 1001001 10100 1011111 111011 110011

Color Harmonies of #74CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC37

Black with #74CC37

Text Example


Text Example

White with #74CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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