Html Css Color HEX #74D23E Apple

📋 copy color: '#74D23E'

red 116 ◦ green 210 ◦ blue 62

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

Shades of Apple #74D23E

Tints of Apple #74D23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.12%

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

R = 29.9%
G = 54.12%
B = 15.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#74D23E (or 0x74D23E) is known color: Apple. HEX triplet: 74, D2 and 3E. RGB value is (116,210,62). Sum of RGB (Red+Green+Blue) = 116+210+62=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #74D23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D23E is #8B2DC1. Grayscale: #A5A5A5. Windows color (decimal): -9121218 or 4117108. OLE color: 4117108.

HSL color Cylindrical-coordinate representation of color #74D23E: hue angle of 98.11º degrees, saturation: 0.62, 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 #74D23E is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 62 -
CMYK 0.45 0 0.70 0.18
HSL 98.11º 0.62% 0.53% -
HSV(B) 98.11º 0.7% 0.82% -
XYZ 31.12 50.15 12.6 -
YUV 165.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 116 210 62 0.45 0 0.70 0.18 98.11 0.62 0.53
Hex 74 D2 3E 2D 0 46 12 62 3E 35
Octal 164 322 76 55 0 106 22 142 76 65
Binary 1110100 11010010 111110 101101 0 1000110 10010 1100010 111110 110101

Color Harmonies of #74D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D23E

Black with #74D23E

Text Example


Text Example

White with #74D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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