Html Css Color HEX #74D26C Pastel Green

📋 copy color: '#74D26C'

red 116 ◦ green 210 ◦ blue 108

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

Shades of Pastel Green #74D26C

Tints of Pastel Green #74D26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 26.73%
G = 48.39%
B = 24.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#74D26C (or 0x74D26C) is known color: Pastel Green. HEX triplet: 74, D2 and 6C. RGB value is (116,210,108). Sum of RGB (Red+Green+Blue) = 116+210+108=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #74D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D26C is #8B2D93. Grayscale: #AAAAAA. Windows color (decimal): -9121172 or 7131764. OLE color: 7131764.

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

Color convert

RGB 116 210 108 -
CMYK 0.45 0 0.49 0.18
HSL 115.29º 0.53% 0.62% -
HSV(B) 115.29º 0.49% 0.82% -
XYZ 32.96 50.89 22.27 -
YUV 170.27 92.86 89.29 -
System Red Green Blue C M Y K H S L
Decimal 116 210 108 0.45 0 0.49 0.18 115.29 0.53 0.62
Hex 74 D2 6C 2D 0 31 12 73 35 3E
Octal 164 322 154 55 0 61 22 163 65 76
Binary 1110100 11010010 1101100 101101 0 110001 10010 1110011 110101 111110

Color Harmonies of #74D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D26C

Black with #74D26C

Text Example


Text Example

White with #74D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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