Html Css Color HEX #74D769 Pastel Green

📋 copy color: '#74D769'

red 116 ◦ green 215 ◦ blue 105

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

Shades of Pastel Green #74D769

Tints of Pastel Green #74D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 26.61%
G = 49.31%
B = 24.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#74D769 (or 0x74D769) is known color: Pastel Green. HEX triplet: 74, D7 and 69. RGB value is (116,215,105). Sum of RGB (Red+Green+Blue) = 116+215+105=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #74D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D769 is #8B2896. Grayscale: #ADADAD. Windows color (decimal): -9119895 or 6936436. OLE color: 6936436.

HSL color Cylindrical-coordinate representation of color #74D769: hue angle of 114º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D769 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 105 -
CMYK 0.46 0 0.51 0.16
HSL 114º 0.58% 0.63% -
HSV(B) 114º 0.51% 0.84% -
XYZ 34.05 53.33 21.86 -
YUV 172.86 89.7 87.44 -
System Red Green Blue C M Y K H S L
Decimal 116 215 105 0.46 0 0.51 0.16 114 0.58 0.63
Hex 74 D7 69 2E 0 33 10 72 3A 3F
Octal 164 327 151 56 0 63 20 162 72 77
Binary 1110100 11010111 1101001 101110 0 110011 10000 1110010 111010 111111

Color Harmonies of #74D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D769

Black with #74D769

Text Example


Text Example

White with #74D769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,215,105); }

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

background-color css

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

 a { background-color: rgb(116,215,105); }

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

border-color css

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

 span { border-color: rgb(116,215,105); }

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