Html Css Color HEX #74E07F Pastel Green

📋 copy color: '#74E07F'

red 116 ◦ green 224 ◦ blue 127

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

Shades of Pastel Green #74E07F

Tints of Pastel Green #74E07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.97%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 24.84%
G = 47.97%
B = 27.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#74E07F (or 0x74E07F) is known color: Pastel Green. HEX triplet: 74, E0 and 7F. RGB value is (116,224,127). Sum of RGB (Red+Green+Blue) = 116+224+127=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #74E07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E07F is #8B1F80. Grayscale: #B4B4B4. Windows color (decimal): -9117569 or 8380532. OLE color: 8380532.

HSL color Cylindrical-coordinate representation of color #74E07F: hue angle of 126.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E07F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 127 -
CMYK 0.48 0 0.43 0.12
HSL 126.11º 0.64% 0.67% -
HSV(B) 126.11º 0.48% 0.88% -
XYZ 37.69 58.56 29.39 -
YUV 180.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 116 224 127 0.48 0 0.43 0.12 126.11 0.64 0.67
Hex 74 E0 7F 30 0 2B C 7E 40 43
Octal 164 340 177 60 0 53 14 176 100 103
Binary 1110100 11100000 1111111 110000 0 101011 1100 1111110 1000000 1000011

Color Harmonies of #74E07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E07F

Black with #74E07F

Text Example


Text Example

White with #74E07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,224,127); }

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

background-color css

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

 a { background-color: rgb(116,224,127); }

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

border-color css

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

 span { border-color: rgb(116,224,127); }

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