Html Css Color HEX #74D860 Pastel Green

📋 copy color: '#74D860'

red 116 ◦ green 216 ◦ blue 96

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

Shades of Pastel Green #74D860

Tints of Pastel Green #74D860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.47%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 27.1%
G = 50.47%
B = 22.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#74D860 (or 0x74D860) is known color: Pastel Green. HEX triplet: 74, D8 and 60. RGB value is (116,216,96). Sum of RGB (Red+Green+Blue) = 116+216+96=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #74D860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D860 is #8B279F. Grayscale: #ACACAC. Windows color (decimal): -9119648 or 6346868. OLE color: 6346868.

HSL color Cylindrical-coordinate representation of color #74D860: hue angle of 110º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74D860 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 96 -
CMYK 0.46 0 0.56 0.15
HSL 110º 0.61% 0.61% -
HSV(B) 110º 0.56% 0.85% -
XYZ 33.87 53.67 19.64 -
YUV 172.42 84.87 87.76 -
System Red Green Blue C M Y K H S L
Decimal 116 216 96 0.46 0 0.56 0.15 110 0.61 0.61
Hex 74 D8 60 2E 0 38 F 6E 3D 3D
Octal 164 330 140 56 0 70 17 156 75 75
Binary 1110100 11011000 1100000 101110 0 111000 1111 1101110 111101 111101

Color Harmonies of #74D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D860

Black with #74D860

Text Example


Text Example

White with #74D860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,96); }

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

background-color css

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

 a { background-color: rgb(116,216,96); }

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

border-color css

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

 span { border-color: rgb(116,216,96); }

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