Html Css Color HEX #74CD6C Pastel Green

📋 copy color: '#74CD6C'

red 116 ◦ green 205 ◦ blue 108

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

Shades of Pastel Green #74CD6C

Tints of Pastel Green #74CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.79%

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

R = 27.04%
G = 47.79%
B = 25.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#74CD6C (or 0x74CD6C) is known color: Pastel Green. HEX triplet: 74, CD and 6C. RGB value is (116,205,108). Sum of RGB (Red+Green+Blue) = 116+205+108=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD6C is #8B3293. Grayscale: #A7A7A7. Windows color (decimal): -9122452 or 7130484. OLE color: 7130484.

HSL color Cylindrical-coordinate representation of color #74CD6C: hue angle of 115.05º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CD6C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 108 -
CMYK 0.43 0 0.47 0.20
HSL 115.05º 0.49% 0.61% -
HSV(B) 115.05º 0.47% 0.8% -
XYZ 31.74 48.46 21.87 -
YUV 167.33 94.51 91.39 -
System Red Green Blue C M Y K H S L
Decimal 116 205 108 0.43 0 0.47 0.20 115.05 0.49 0.61
Hex 74 CD 6C 2B 0 2F 14 73 31 3D
Octal 164 315 154 53 0 57 24 163 61 75
Binary 1110100 11001101 1101100 101011 0 101111 10100 1110011 110001 111101

Color Harmonies of #74CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD6C

Black with #74CD6C

Text Example


Text Example

White with #74CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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