Html Css Color HEX #74CE6F Pastel Green

📋 copy color: '#74CE6F'

red 116 ◦ green 206 ◦ blue 111

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

Shades of Pastel Green #74CE6F

Tints of Pastel Green #74CE6F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 26.79%
G = 47.58%
B = 25.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#74CE6F (or 0x74CE6F) is known color: Pastel Green. HEX triplet: 74, CE and 6F. RGB value is (116,206,111). Sum of RGB (Red+Green+Blue) = 116+206+111=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE6F is #8B3190. Grayscale: #A8A8A8. Windows color (decimal): -9122193 or 7327348. OLE color: 7327348.

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

Color convert

RGB 116 206 111 -
CMYK 0.44 0 0.46 0.19
HSL 116.84º 0.49% 0.62% -
HSV(B) 116.84º 0.46% 0.81% -
XYZ 32.14 49 22.8 -
YUV 168.26 95.68 90.72 -
System Red Green Blue C M Y K H S L
Decimal 116 206 111 0.44 0 0.46 0.19 116.84 0.49 0.62
Hex 74 CE 6F 2C 0 2E 13 75 31 3E
Octal 164 316 157 54 0 56 23 165 61 76
Binary 1110100 11001110 1101111 101100 0 101110 10011 1110101 110001 111110

Color Harmonies of #74CE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE6F

Black with #74CE6F

Text Example


Text Example

White with #74CE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,111); }

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

background-color css

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

 a { background-color: rgb(116,206,111); }

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

border-color css

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

 span { border-color: rgb(116,206,111); }

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