Html Css Color HEX #74F17F Pastel Green

📋 copy color: '#74F17F'

red 116 ◦ green 241 ◦ blue 127

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

Shades of Pastel Green #74F17F

Tints of Pastel Green #74F17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.79%

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

R = 23.97%
G = 49.79%
B = 26.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#74F17F (or 0x74F17F) is known color: Pastel Green. HEX triplet: 74, F1 and 7F. RGB value is (116,241,127). Sum of RGB (Red+Green+Blue) = 116+241+127=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #74F17F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F17F is #8B0E80. Grayscale: #BEBEBE. Windows color (decimal): -9113217 or 8384884. OLE color: 8384884.

HSL color Cylindrical-coordinate representation of color #74F17F: hue angle of 125.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F17F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 127 -
CMYK 0.52 0 0.47 0.05
HSL 125.28º 0.82% 0.7% -
HSV(B) 125.28º 0.52% 0.95% -
XYZ 42.49 68.16 30.99 -
YUV 190.63 92.09 74.77 -
System Red Green Blue C M Y K H S L
Decimal 116 241 127 0.52 0 0.47 0.05 125.28 0.82 0.7
Hex 74 F1 7F 34 0 2F 5 7D 52 46
Octal 164 361 177 64 0 57 5 175 122 106
Binary 1110100 11110001 1111111 110100 0 101111 101 1111101 1010010 1000110

Color Harmonies of #74F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F17F

Black with #74F17F

Text Example


Text Example

White with #74F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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