Html Css Color HEX #74D27C Pastel Green

📋 copy color: '#74D27C'

red 116 ◦ green 210 ◦ blue 124

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

Shades of Pastel Green #74D27C

Tints of Pastel Green #74D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.67%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 25.78%
G = 46.67%
B = 27.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#74D27C (or 0x74D27C) is known color: Pastel Green. HEX triplet: 74, D2 and 7C. RGB value is (116,210,124). Sum of RGB (Red+Green+Blue) = 116+210+124=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #74D27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D27C is #8B2D83. Grayscale: #ACACAC. Windows color (decimal): -9121156 or 8180340. OLE color: 8180340.

HSL color Cylindrical-coordinate representation of color #74D27C: hue angle of 125.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D27C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 124 -
CMYK 0.45 0 0.41 0.18
HSL 125.11º 0.51% 0.64% -
HSV(B) 125.11º 0.45% 0.82% -
XYZ 33.89 51.26 27.18 -
YUV 172.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 116 210 124 0.45 0 0.41 0.18 125.11 0.51 0.64
Hex 74 D2 7C 2D 0 29 12 7D 33 40
Octal 164 322 174 55 0 51 22 175 63 100
Binary 1110100 11010010 1111100 101101 0 101001 10010 1111101 110011 1000000

Color Harmonies of #74D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D27C

Black with #74D27C

Text Example


Text Example

White with #74D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,124); }

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

background-color css

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

 a { background-color: rgb(116,210,124); }

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

border-color css

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

 span { border-color: rgb(116,210,124); }

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