Html Css Color HEX #74CB71 Pastel Green

📋 copy color: '#74CB71'

red 116 ◦ green 203 ◦ blue 113

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

Shades of Pastel Green #74CB71

Tints of Pastel Green #74CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.99%

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

R = 26.85%
G = 46.99%
B = 26.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#74CB71 (or 0x74CB71) is known color: Pastel Green. HEX triplet: 74, CB and 71. RGB value is (116,203,113). Sum of RGB (Red+Green+Blue) = 116+203+113=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB71 is #8B348E. Grayscale: #A7A7A7. Windows color (decimal): -9122959 or 7457652. OLE color: 7457652.

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

Color convert

RGB 116 203 113 -
CMYK 0.43 0 0.44 0.20
HSL 118º 0.46% 0.62% -
HSV(B) 118º 0.44% 0.8% -
XYZ 31.54 47.62 23.15 -
YUV 166.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 116 203 113 0.43 0 0.44 0.20 118 0.46 0.62
Hex 74 CB 71 2B 0 2C 14 76 2E 3E
Octal 164 313 161 53 0 54 24 166 56 76
Binary 1110100 11001011 1110001 101011 0 101100 10100 1110110 101110 111110

Color Harmonies of #74CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB71

Black with #74CB71

Text Example


Text Example

White with #74CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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