Html Css Color HEX #74CA75 Pastel Green

📋 copy color: '#74CA75'

red 116 ◦ green 202 ◦ blue 117

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

Shades of Pastel Green #74CA75

Tints of Pastel Green #74CA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 26.67%
G = 46.44%
B = 26.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#74CA75 (or 0x74CA75) is known color: Pastel Green. HEX triplet: 74, CA and 75. RGB value is (116,202,117). Sum of RGB (Red+Green+Blue) = 116+202+117=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA75 is #8B358A. Grayscale: #A6A6A6. Windows color (decimal): -9123211 or 7719540. OLE color: 7719540.

HSL color Cylindrical-coordinate representation of color #74CA75: hue angle of 120.7º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA75 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 117 -
CMYK 0.43 0 0.42 0.21
HSL 120.7º 0.45% 0.62% -
HSV(B) 120.7º 0.43% 0.79% -
XYZ 31.53 47.24 24.29 -
YUV 166.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 116 202 117 0.43 0 0.42 0.21 120.7 0.45 0.62
Hex 74 CA 75 2B 0 2A 15 79 2D 3E
Octal 164 312 165 53 0 52 25 171 55 76
Binary 1110100 11001010 1110101 101011 0 101010 10101 1111001 101101 111110

Color Harmonies of #74CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA75

Black with #74CA75

Text Example


Text Example

White with #74CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,117); }

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

background-color css

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

 a { background-color: rgb(116,202,117); }

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

border-color css

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

 span { border-color: rgb(116,202,117); }

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