Html Css Color HEX #74DF70 Pastel Green

📋 copy color: '#74DF70'

red 116 ◦ green 223 ◦ blue 112

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

Shades of Pastel Green #74DF70

Tints of Pastel Green #74DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.45%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 25.72%
G = 49.45%
B = 24.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#74DF70 (or 0x74DF70) is known color: Pastel Green. HEX triplet: 74, DF and 70. RGB value is (116,223,112). Sum of RGB (Red+Green+Blue) = 116+223+112=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF70 is #8B208F. Grayscale: #B2B2B2. Windows color (decimal): -9117840 or 7397236. OLE color: 7397236.

HSL color Cylindrical-coordinate representation of color #74DF70: hue angle of 117.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DF70 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 112 -
CMYK 0.48 0 0.50 0.13
HSL 117.84º 0.63% 0.66% -
HSV(B) 117.84º 0.5% 0.87% -
XYZ 36.51 57.66 24.53 -
YUV 178.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 116 223 112 0.48 0 0.50 0.13 117.84 0.63 0.66
Hex 74 DF 70 30 0 32 D 76 3F 42
Octal 164 337 160 60 0 62 15 166 77 102
Binary 1110100 11011111 1110000 110000 0 110010 1101 1110110 111111 1000010

Color Harmonies of #74DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF70

Black with #74DF70

Text Example


Text Example

White with #74DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,112); }

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

background-color css

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

 a { background-color: rgb(116,223,112); }

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

border-color css

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

 span { border-color: rgb(116,223,112); }

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