Html Css Color HEX #74C63E Apple

📋 copy color: '#74C63E'

red 116 ◦ green 198 ◦ blue 62

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

Shades of Apple #74C63E

Tints of Apple #74C63E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.66%

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

R = 30.85%
G = 52.66%
B = 16.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#74C63E (or 0x74C63E) is known color: Apple. HEX triplet: 74, C6 and 3E. RGB value is (116,198,62). Sum of RGB (Red+Green+Blue) = 116+198+62=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #74C63E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C63E is #8B39C1. Grayscale: #9E9E9E. Windows color (decimal): -9124290 or 4114036. OLE color: 4114036.

HSL color Cylindrical-coordinate representation of color #74C63E: hue angle of 96.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74C63E is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 62 -
CMYK 0.41 0 0.69 0.22
HSL 96.18º 0.54% 0.51% -
HSV(B) 96.18º 0.69% 0.78% -
XYZ 28.27 44.45 11.65 -
YUV 157.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 116 198 62 0.41 0 0.69 0.22 96.18 0.54 0.51
Hex 74 C6 3E 29 0 45 16 60 36 33
Octal 164 306 76 51 0 105 26 140 66 63
Binary 1110100 11000110 111110 101001 0 1000101 10110 1100000 110110 110011

Color Harmonies of #74C63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C63E

Black with #74C63E

Text Example


Text Example

White with #74C63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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