Html Css Color HEX #75DB7B Pastel Green

📋 copy color: '#75DB7B'

red 117 ◦ green 219 ◦ blue 123

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

Shades of Pastel Green #75DB7B

Tints of Pastel Green #75DB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 25.49%
G = 47.71%
B = 26.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#75DB7B (or 0x75DB7B) is known color: Pastel Green. HEX triplet: 75, DB and 7B. RGB value is (117,219,123). Sum of RGB (Red+Green+Blue) = 117+219+123=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB7B is #8A2484. Grayscale: #B1B1B1. Windows color (decimal): -9053317 or 8117109. OLE color: 8117109.

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

Color convert

RGB 117 219 123 -
CMYK 0.47 0 0.44 0.14
HSL 123.53º 0.59% 0.66% -
HSV(B) 123.53º 0.47% 0.86% -
XYZ 36.24 55.88 27.61 -
YUV 177.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 117 219 123 0.47 0 0.44 0.14 123.53 0.59 0.66
Hex 75 DB 7B 2F 0 2C E 7C 3B 42
Octal 165 333 173 57 0 54 16 174 73 102
Binary 1110101 11011011 1111011 101111 0 101100 1110 1111100 111011 1000010

Color Harmonies of #75DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB7B

Black with #75DB7B

Text Example


Text Example

White with #75DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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