Html Css Color HEX #74D03E Apple

📋 copy color: '#74D03E'

red 116 ◦ green 208 ◦ blue 62

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

Shades of Apple #74D03E

Tints of Apple #74D03E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 30.05%
G = 53.89%
B = 16.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#74D03E (or 0x74D03E) is known color: Apple. HEX triplet: 74, D0 and 3E. RGB value is (116,208,62). Sum of RGB (Red+Green+Blue) = 116+208+62=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #74D03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D03E is #8B2FC1. Grayscale: #A4A4A4. Windows color (decimal): -9121730 or 4116596. OLE color: 4116596.

HSL color Cylindrical-coordinate representation of color #74D03E: hue angle of 97.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D03E is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 62 -
CMYK 0.44 0 0.70 0.18
HSL 97.81º 0.61% 0.53% -
HSV(B) 97.81º 0.7% 0.82% -
XYZ 30.63 49.17 12.43 -
YUV 163.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 116 208 62 0.44 0 0.70 0.18 97.81 0.61 0.53
Hex 74 D0 3E 2C 0 46 12 62 3D 35
Octal 164 320 76 54 0 106 22 142 75 65
Binary 1110100 11010000 111110 101100 0 1000110 10010 1100010 111101 110101

Color Harmonies of #74D03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D03E

Black with #74D03E

Text Example


Text Example

White with #74D03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,62); }

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

background-color css

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

 a { background-color: rgb(116,208,62); }

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

border-color css

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

 span { border-color: rgb(116,208,62); }

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