Html Css Color HEX #74CA36 Apple

📋 copy color: '#74CA36'

red 116 ◦ green 202 ◦ blue 54

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

Shades of Apple #74CA36

Tints of Apple #74CA36

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.3%

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

R = 31.18%
G = 54.3%
B = 14.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#74CA36 (or 0x74CA36) is known color: Apple. HEX triplet: 74, CA and 36. RGB value is (116,202,54). Sum of RGB (Red+Green+Blue) = 116+202+54=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CA36 is #8B35C9. Grayscale: #9F9F9F. Windows color (decimal): -9123274 or 3590772. OLE color: 3590772.

HSL color Cylindrical-coordinate representation of color #74CA36: hue angle of 94.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74CA36 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 54 -
CMYK 0.43 0 0.73 0.21
HSL 94.86º 0.58% 0.5% -
HSV(B) 94.86º 0.73% 0.79% -
XYZ 28.99 46.22 10.88 -
YUV 159.41 68.51 97.03 -
System Red Green Blue C M Y K H S L
Decimal 116 202 54 0.43 0 0.73 0.21 94.86 0.58 0.5
Hex 74 CA 36 2B 0 49 15 5F 3A 32
Octal 164 312 66 53 0 111 25 137 72 62
Binary 1110100 11001010 110110 101011 0 1001001 10101 1011111 111010 110010

Color Harmonies of #74CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA36

Black with #74CA36

Text Example


Text Example

White with #74CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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