Html Css Color HEX #74CF40 Apple

📋 copy color: '#74CF40'

red 116 ◦ green 207 ◦ blue 64

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

Shades of Apple #74CF40

Tints of Apple #74CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.49%

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

R = 29.97%
G = 53.49%
B = 16.54%

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

#74CF40 (or 0x74CF40) is known color: Apple. HEX triplet: 74, CF and 40. RGB value is (116,207,64). Sum of RGB (Red+Green+Blue) = 116+207+64=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF40 is #8B30BF. Grayscale: #A3A3A3. Windows color (decimal): -9121984 or 4247412. OLE color: 4247412.

HSL color Cylindrical-coordinate representation of color #74CF40: hue angle of 98.18º degrees, saturation: 0.6, 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 #74CF40 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 64 -
CMYK 0.44 0 0.69 0.19
HSL 98.18º 0.6% 0.53% -
HSV(B) 98.18º 0.69% 0.81% -
XYZ 30.44 48.71 12.65 -
YUV 163.49 71.85 94.13 -
System Red Green Blue C M Y K H S L
Decimal 116 207 64 0.44 0 0.69 0.19 98.18 0.6 0.53
Hex 74 CF 40 2C 0 45 13 62 3C 35
Octal 164 317 100 54 0 105 23 142 74 65
Binary 1110100 11001111 1000000 101100 0 1000101 10011 1100010 111100 110101

Color Harmonies of #74CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF40

Black with #74CF40

Text Example


Text Example

White with #74CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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