Html Css Color HEX #74CF71 Pastel Green

📋 copy color: '#74CF71'

red 116 ◦ green 207 ◦ blue 113

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

Shades of Pastel Green #74CF71

Tints of Pastel Green #74CF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 26.61%
G = 47.48%
B = 25.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#74CF71 (or 0x74CF71) is known color: Pastel Green. HEX triplet: 74, CF and 71. RGB value is (116,207,113). Sum of RGB (Red+Green+Blue) = 116+207+113=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF71 is #8B308E. Grayscale: #A9A9A9. Windows color (decimal): -9121935 or 7458676. OLE color: 7458676.

HSL color Cylindrical-coordinate representation of color #74CF71: hue angle of 118.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74CF71 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 113 -
CMYK 0.44 0 0.45 0.19
HSL 118.09º 0.49% 0.63% -
HSV(B) 118.09º 0.45% 0.81% -
XYZ 32.5 49.53 23.47 -
YUV 169.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 116 207 113 0.44 0 0.45 0.19 118.09 0.49 0.63
Hex 74 CF 71 2C 0 2D 13 76 31 3F
Octal 164 317 161 54 0 55 23 166 61 77
Binary 1110100 11001111 1110001 101100 0 101101 10011 1110110 110001 111111

Color Harmonies of #74CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF71

Black with #74CF71

Text Example


Text Example

White with #74CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,113); }

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

background-color css

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

 a { background-color: rgb(116,207,113); }

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

border-color css

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

 span { border-color: rgb(116,207,113); }

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