Html Css Color HEX #74DF85 Pastel Green

📋 copy color: '#74DF85'

red 116 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #74DF85

Tints of Pastel Green #74DF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 24.58%
G = 47.25%
B = 28.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#74DF85 (or 0x74DF85) is known color: Pastel Green. HEX triplet: 74, DF and 85. RGB value is (116,223,133). Sum of RGB (Red+Green+Blue) = 116+223+133=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF85 is #8B207A. Grayscale: #B5B5B5. Windows color (decimal): -9117819 or 8773492. OLE color: 8773492.

HSL color Cylindrical-coordinate representation of color #74DF85: hue angle of 129.53º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF85 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 133 -
CMYK 0.48 0 0.40 0.13
HSL 129.53º 0.63% 0.66% -
HSV(B) 129.53º 0.48% 0.87% -
XYZ 37.82 58.18 31.43 -
YUV 180.75 101.05 81.82 -
System Red Green Blue C M Y K H S L
Decimal 116 223 133 0.48 0 0.40 0.13 129.53 0.63 0.66
Hex 74 DF 85 30 0 28 D 82 3F 42
Octal 164 337 205 60 0 50 15 202 77 102
Binary 1110100 11011111 10000101 110000 0 101000 1101 10000010 111111 1000010

Color Harmonies of #74DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF85

Black with #74DF85

Text Example


Text Example

White with #74DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,133); }

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

background-color css

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

 a { background-color: rgb(116,223,133); }

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

border-color css

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

 span { border-color: rgb(116,223,133); }

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