Html Css Color HEX #75EA74 Pastel Green

📋 copy color: '#75EA74'

red 117 ◦ green 234 ◦ blue 116

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

Shades of Pastel Green #75EA74

Tints of Pastel Green #75EA74

RGB

 RED value IS 117 (46.09% from 255) = 25.05%

 GREEN value IS 234 (91.8% from 255) = 50.11%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 25.05%
G = 50.11%
B = 24.84%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#75EA74 (or 0x75EA74) is known color: Pastel Green. HEX triplet: 75, EA and 74. RGB value is (117,234,116). Sum of RGB (Red+Green+Blue) = 117+234+116=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EA74 is #8A158B. Grayscale: #B9B9B9. Windows color (decimal): -9049484 or 7662197. OLE color: 7662197.

HSL color Cylindrical-coordinate representation of color #75EA74: hue angle of 119.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EA74 is Cyan = 0.5, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 116 -
CMYK 0.5 0 0.50 0.08
HSL 119.49º 0.74% 0.69% -
HSV(B) 119.49º 0.5% 0.92% -
XYZ 39.91 63.89 26.75 -
YUV 185.57 88.74 79.09 -
System Red Green Blue C M Y K H S L
Decimal 117 234 116 0.5 0 0.50 0.08 119.49 0.74 0.69
Hex 75 EA 74 32 0 32 8 77 4A 45
Octal 165 352 164 62 0 62 10 167 112 105
Binary 1110101 11101010 1110100 110010 0 110010 1000 1110111 1001010 1000101

Color Harmonies of #75EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EA74

Black with #75EA74

Text Example


Text Example

White with #75EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75EA74; }

 p { color: rgb(117,234,116); }

 H1.HeaderClassName
 {
   color: #75EA74;
 }
 .AnyTagClassName
 {
   color: #75EA74;
 }
</style>

background-color css

<style>
 a { background-color: #75EA74; }

 a { background-color: rgb(117,234,116); }

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

border-color css

<style>
 span { border-color: #75EA74; }

 span { border-color: rgb(117,234,116); }

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