Html Css Color HEX #75DA64 Pastel Green

📋 copy color: '#75DA64'

red 117 ◦ green 218 ◦ blue 100

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

Shades of Pastel Green #75DA64

Tints of Pastel Green #75DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 26.9%
G = 50.11%
B = 22.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#75DA64 (or 0x75DA64) is known color: Pastel Green. HEX triplet: 75, DA and 64. RGB value is (117,218,100). Sum of RGB (Red+Green+Blue) = 117+218+100=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA64 is #8A259B. Grayscale: #AEAEAE. Windows color (decimal): -9053596 or 6609525. OLE color: 6609525.

HSL color Cylindrical-coordinate representation of color #75DA64: hue angle of 111.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DA64 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 100 -
CMYK 0.46 0 0.54 0.15
HSL 111.36º 0.61% 0.62% -
HSV(B) 111.36º 0.54% 0.85% -
XYZ 34.71 54.84 20.81 -
YUV 174.35 86.04 87.09 -
System Red Green Blue C M Y K H S L
Decimal 117 218 100 0.46 0 0.54 0.15 111.36 0.61 0.62
Hex 75 DA 64 2E 0 36 F 6F 3D 3E
Octal 165 332 144 56 0 66 17 157 75 76
Binary 1110101 11011010 1100100 101110 0 110110 1111 1101111 111101 111110

Color Harmonies of #75DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA64

Black with #75DA64

Text Example


Text Example

White with #75DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,100); }

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

background-color css

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

 a { background-color: rgb(117,218,100); }

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

border-color css

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

 span { border-color: rgb(117,218,100); }

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