Html Css Color HEX #74CD31 Apple

📋 copy color: '#74CD31'

red 116 ◦ green 205 ◦ blue 49

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

Shades of Apple #74CD31

Tints of Apple #74CD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 31.35%
G = 55.41%
B = 13.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#74CD31 (or 0x74CD31) is known color: Apple. HEX triplet: 74, CD and 31. RGB value is (116,205,49). Sum of RGB (Red+Green+Blue) = 116+205+49=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD31 is #8B32CE. Grayscale: #A1A1A1. Windows color (decimal): -9122511 or 3263860. OLE color: 3263860.

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

Color convert

RGB 116 205 49 -
CMYK 0.43 0 0.76 0.20
HSL 94.23º 0.61% 0.5% -
HSV(B) 94.23º 0.76% 0.8% -
XYZ 29.59 47.6 10.53 -
YUV 160.61 65.01 96.18 -
System Red Green Blue C M Y K H S L
Decimal 116 205 49 0.43 0 0.76 0.20 94.23 0.61 0.5
Hex 74 CD 31 2B 0 4C 14 5E 3D 32
Octal 164 315 61 53 0 114 24 136 75 62
Binary 1110100 11001101 110001 101011 0 1001100 10100 1011110 111101 110010

Color Harmonies of #74CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD31

Black with #74CD31

Text Example


Text Example

White with #74CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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