Html Css Color HEX #74DD36 Apple

📋 copy color: '#74DD36'

red 116 ◦ green 221 ◦ blue 54

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

Shades of Apple #74DD36

Tints of Apple #74DD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.52%

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

R = 29.67%
G = 56.52%
B = 13.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#74DD36 (or 0x74DD36) is known color: Apple. HEX triplet: 74, DD and 36. RGB value is (116,221,54). Sum of RGB (Red+Green+Blue) = 116+221+54=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD36 is #8B22C9. Grayscale: #ABABAB. Windows color (decimal): -9118410 or 3595636. OLE color: 3595636.

HSL color Cylindrical-coordinate representation of color #74DD36: hue angle of 97.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74DD36 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 54 -
CMYK 0.48 0 0.76 0.13
HSL 97.72º 0.71% 0.54% -
HSV(B) 97.72º 0.76% 0.87% -
XYZ 33.72 55.69 12.46 -
YUV 170.57 62.21 89.08 -
System Red Green Blue C M Y K H S L
Decimal 116 221 54 0.48 0 0.76 0.13 97.72 0.71 0.54
Hex 74 DD 36 30 0 4C D 62 47 36
Octal 164 335 66 60 0 114 15 142 107 66
Binary 1110100 11011101 110110 110000 0 1001100 1101 1100010 1000111 110110

Color Harmonies of #74DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD36

Black with #74DD36

Text Example


Text Example

White with #74DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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