Html Css Color HEX #75DB68 Pastel Green

📋 copy color: '#75DB68'

red 117 ◦ green 219 ◦ blue 104

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

Shades of Pastel Green #75DB68

Tints of Pastel Green #75DB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 26.59%
G = 49.77%
B = 23.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#75DB68 (or 0x75DB68) is known color: Pastel Green. HEX triplet: 75, DB and 68. RGB value is (117,219,104). Sum of RGB (Red+Green+Blue) = 117+219+104=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB68 is #8A2497. Grayscale: #AFAFAF. Windows color (decimal): -9053336 or 6871925. OLE color: 6871925.

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

Color convert

RGB 117 219 104 -
CMYK 0.47 0 0.53 0.14
HSL 113.22º 0.61% 0.63% -
HSV(B) 113.22º 0.53% 0.86% -
XYZ 35.17 55.44 21.95 -
YUV 175.39 87.71 86.35 -
System Red Green Blue C M Y K H S L
Decimal 117 219 104 0.47 0 0.53 0.14 113.22 0.61 0.63
Hex 75 DB 68 2F 0 35 E 71 3D 3F
Octal 165 333 150 57 0 65 16 161 75 77
Binary 1110101 11011011 1101000 101111 0 110101 1110 1110001 111101 111111

Color Harmonies of #75DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB68

Black with #75DB68

Text Example


Text Example

White with #75DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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