Html Css Color HEX #74CE40 Apple

📋 copy color: '#74CE40'

red 116 ◦ green 206 ◦ blue 64

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

Shades of Apple #74CE40

Tints of Apple #74CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.37%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 30.05%
G = 53.37%
B = 16.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#74CE40 (or 0x74CE40) is known color: Apple. HEX triplet: 74, CE and 40. RGB value is (116,206,64). Sum of RGB (Red+Green+Blue) = 116+206+64=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE40 is #8B31BF. Grayscale: #A3A3A3. Windows color (decimal): -9122240 or 4247156. OLE color: 4247156.

HSL color Cylindrical-coordinate representation of color #74CE40: hue angle of 98.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74CE40 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 64 -
CMYK 0.44 0 0.69 0.19
HSL 98.03º 0.59% 0.53% -
HSV(B) 98.03º 0.69% 0.81% -
XYZ 30.2 48.23 12.57 -
YUV 162.9 72.18 94.55 -
System Red Green Blue C M Y K H S L
Decimal 116 206 64 0.44 0 0.69 0.19 98.03 0.59 0.53
Hex 74 CE 40 2C 0 45 13 62 3B 35
Octal 164 316 100 54 0 105 23 142 73 65
Binary 1110100 11001110 1000000 101100 0 1000101 10011 1100010 111011 110101

Color Harmonies of #74CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE40

Black with #74CE40

Text Example


Text Example

White with #74CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,64); }

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

background-color css

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

 a { background-color: rgb(116,206,64); }

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

border-color css

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

 span { border-color: rgb(116,206,64); }

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