Html Css Color HEX #74CD34 Apple

📋 copy color: '#74CD34'

red 116 ◦ green 205 ◦ blue 52

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

Shades of Apple #74CD34

Tints of Apple #74CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.96%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 31.1%
G = 54.96%
B = 13.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#74CD34 (or 0x74CD34) is known color: Apple. HEX triplet: 74, CD and 34. RGB value is (116,205,52). Sum of RGB (Red+Green+Blue) = 116+205+52=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD34 is #8B32CB. Grayscale: #A1A1A1. Windows color (decimal): -9122508 or 3460468. OLE color: 3460468.

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

Color convert

RGB 116 205 52 -
CMYK 0.43 0 0.75 0.20
HSL 94.9º 0.6% 0.5% -
HSV(B) 94.9º 0.75% 0.8% -
XYZ 29.65 47.62 10.88 -
YUV 160.95 66.51 95.94 -
System Red Green Blue C M Y K H S L
Decimal 116 205 52 0.43 0 0.75 0.20 94.9 0.6 0.5
Hex 74 CD 34 2B 0 4B 14 5F 3C 32
Octal 164 315 64 53 0 113 24 137 74 62
Binary 1110100 11001101 110100 101011 0 1001011 10100 1011111 111100 110010

Color Harmonies of #74CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD34

Black with #74CD34

Text Example


Text Example

White with #74CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,52); }

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

background-color css

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

 a { background-color: rgb(116,205,52); }

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

border-color css

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

 span { border-color: rgb(116,205,52); }

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