Html Css Color HEX #74F17D Pastel Green

📋 copy color: '#74F17D'

red 116 ◦ green 241 ◦ blue 125

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

Shades of Pastel Green #74F17D

Tints of Pastel Green #74F17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 24.07%
G = 50%
B = 25.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#74F17D (or 0x74F17D) is known color: Pastel Green. HEX triplet: 74, F1 and 7D. RGB value is (116,241,125). Sum of RGB (Red+Green+Blue) = 116+241+125=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #74F17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F17D is #8B0E82. Grayscale: #BEBEBE. Windows color (decimal): -9113219 or 8253812. OLE color: 8253812.

HSL color Cylindrical-coordinate representation of color #74F17D: hue angle of 124.32º 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 #74F17D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 125 -
CMYK 0.52 0 0.48 0.05
HSL 124.32º 0.82% 0.7% -
HSV(B) 124.32º 0.52% 0.95% -
XYZ 42.36 68.1 30.31 -
YUV 190.4 91.09 74.93 -
System Red Green Blue C M Y K H S L
Decimal 116 241 125 0.52 0 0.48 0.05 124.32 0.82 0.7
Hex 74 F1 7D 34 0 30 5 7C 52 46
Octal 164 361 175 64 0 60 5 174 122 106
Binary 1110100 11110001 1111101 110100 0 110000 101 1111100 1010010 1000110

Color Harmonies of #74F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F17D

Black with #74F17D

Text Example


Text Example

White with #74F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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