Html Css Color HEX #75DB64 Pastel Green

📋 copy color: '#75DB64'

red 117 ◦ green 219 ◦ blue 100

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

Shades of Pastel Green #75DB64

Tints of Pastel Green #75DB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

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

R = 26.83%
G = 50.23%
B = 22.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#75DB64 (or 0x75DB64) is known color: Pastel Green. HEX triplet: 75, DB and 64. RGB value is (117,219,100). Sum of RGB (Red+Green+Blue) = 117+219+100=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB64 is #8A249B. Grayscale: #AFAFAF. Windows color (decimal): -9053340 or 6609781. OLE color: 6609781.

HSL color Cylindrical-coordinate representation of color #75DB64: hue angle of 111.43º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DB64 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 100 -
CMYK 0.47 0 0.54 0.14
HSL 111.43º 0.62% 0.63% -
HSV(B) 111.43º 0.54% 0.86% -
XYZ 34.97 55.37 20.9 -
YUV 174.94 85.71 86.68 -
System Red Green Blue C M Y K H S L
Decimal 117 219 100 0.47 0 0.54 0.14 111.43 0.62 0.63
Hex 75 DB 64 2F 0 36 E 6F 3E 3F
Octal 165 333 144 57 0 66 16 157 76 77
Binary 1110101 11011011 1100100 101111 0 110110 1110 1101111 111110 111111

Color Harmonies of #75DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB64

Black with #75DB64

Text Example


Text Example

White with #75DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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