Html Css Color HEX #74EF85 Pastel Green

📋 copy color: '#74EF85'

red 116 ◦ green 239 ◦ blue 133

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

Shades of Pastel Green #74EF85

Tints of Pastel Green #74EF85

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.98%

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

R = 23.77%
G = 48.98%
B = 27.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#74EF85 (or 0x74EF85) is known color: Pastel Green. HEX triplet: 74, EF and 85. RGB value is (116,239,133). Sum of RGB (Red+Green+Blue) = 116+239+133=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EF85 is #8B107A. Grayscale: #BEBEBE. Windows color (decimal): -9113723 or 8777588. OLE color: 8777588.

HSL color Cylindrical-coordinate representation of color #74EF85: hue angle of 128.29º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EF85 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 133 -
CMYK 0.51 0 0.44 0.06
HSL 128.29º 0.79% 0.7% -
HSV(B) 128.29º 0.51% 0.94% -
XYZ 42.3 67.14 32.92 -
YUV 190.14 95.75 75.12 -
System Red Green Blue C M Y K H S L
Decimal 116 239 133 0.51 0 0.44 0.06 128.29 0.79 0.7
Hex 74 EF 85 33 0 2C 6 80 4F 46
Octal 164 357 205 63 0 54 6 200 117 106
Binary 1110100 11101111 10000101 110011 0 101100 110 10000000 1001111 1000110

Color Harmonies of #74EF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EF85

Black with #74EF85

Text Example


Text Example

White with #74EF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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