Html Css Color HEX #74EF70 Pastel Green

📋 copy color: '#74EF70'

red 116 ◦ green 239 ◦ blue 112

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

Shades of Pastel Green #74EF70

Tints of Pastel Green #74EF70

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

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

R = 24.84%
G = 51.18%
B = 23.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#74EF70 (or 0x74EF70) is known color: Pastel Green. HEX triplet: 74, EF and 70. RGB value is (116,239,112). Sum of RGB (Red+Green+Blue) = 116+239+112=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EF70 is #8B108F. Grayscale: #BCBCBC. Windows color (decimal): -9113744 or 7401332. OLE color: 7401332.

HSL color Cylindrical-coordinate representation of color #74EF70: hue angle of 118.11º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EF70 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 112 -
CMYK 0.51 0 0.53 0.06
HSL 118.11º 0.8% 0.69% -
HSV(B) 118.11º 0.53% 0.94% -
XYZ 40.99 66.62 26.03 -
YUV 187.75 85.25 76.83 -
System Red Green Blue C M Y K H S L
Decimal 116 239 112 0.51 0 0.53 0.06 118.11 0.8 0.69
Hex 74 EF 70 33 0 35 6 76 50 45
Octal 164 357 160 63 0 65 6 166 120 105
Binary 1110100 11101111 1110000 110011 0 110101 110 1110110 1010000 1000101

Color Harmonies of #74EF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EF70

Black with #74EF70

Text Example


Text Example

White with #74EF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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