Html Css Color HEX #74DE70 Pastel Green

📋 copy color: '#74DE70'

red 116 ◦ green 222 ◦ blue 112

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

Shades of Pastel Green #74DE70

Tints of Pastel Green #74DE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

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

R = 25.78%
G = 49.33%
B = 24.89%

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

#74DE70 (or 0x74DE70) is known color: Pastel Green. HEX triplet: 74, DE and 70. RGB value is (116,222,112). Sum of RGB (Red+Green+Blue) = 116+222+112=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE70 is #8B218F. Grayscale: #B2B2B2. Windows color (decimal): -9118096 or 7396980. OLE color: 7396980.

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

Color convert

RGB 116 222 112 -
CMYK 0.48 0 0.50 0.13
HSL 117.82º 0.63% 0.65% -
HSV(B) 117.82º 0.5% 0.87% -
XYZ 36.25 57.13 24.45 -
YUV 177.77 90.88 83.94 -
System Red Green Blue C M Y K H S L
Decimal 116 222 112 0.48 0 0.50 0.13 117.82 0.63 0.65
Hex 74 DE 70 30 0 32 D 76 3E 41
Octal 164 336 160 60 0 62 15 166 76 101
Binary 1110100 11011110 1110000 110000 0 110010 1101 1110110 111110 1000001

Color Harmonies of #74DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE70

Black with #74DE70

Text Example


Text Example

White with #74DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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