Html Css Color HEX #74CD68 Pastel Green

📋 copy color: '#74CD68'

red 116 ◦ green 205 ◦ blue 104

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

Shades of Pastel Green #74CD68

Tints of Pastel Green #74CD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 27.29%
G = 48.24%
B = 24.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#74CD68 (or 0x74CD68) is known color: Pastel Green. HEX triplet: 74, CD and 68. RGB value is (116,205,104). Sum of RGB (Red+Green+Blue) = 116+205+104=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD68 is #8B3297. Grayscale: #A7A7A7. Windows color (decimal): -9122456 or 6868340. OLE color: 6868340.

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

Color convert

RGB 116 205 104 -
CMYK 0.43 0 0.49 0.20
HSL 112.87º 0.5% 0.61% -
HSV(B) 112.87º 0.49% 0.8% -
XYZ 31.53 48.38 20.77 -
YUV 166.88 92.51 91.71 -
System Red Green Blue C M Y K H S L
Decimal 116 205 104 0.43 0 0.49 0.20 112.87 0.5 0.61
Hex 74 CD 68 2B 0 31 14 71 32 3D
Octal 164 315 150 53 0 61 24 161 62 75
Binary 1110100 11001101 1101000 101011 0 110001 10100 1110001 110010 111101

Color Harmonies of #74CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD68

Black with #74CD68

Text Example


Text Example

White with #74CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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