Html Css Color HEX #7CDB75 Pastel Green

📋 copy color: '#7CDB75'

red 124 ◦ green 219 ◦ blue 117

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

Shades of Pastel Green #7CDB75

Tints of Pastel Green #7CDB75

RGB

 RED value IS 124 (48.83% from 255) = 26.96%

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 26.96%
G = 47.61%
B = 25.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7CDB75 (or 0x7CDB75) is known color: Pastel Green. HEX triplet: 7C, DB and 75. RGB value is (124,219,117). Sum of RGB (Red+Green+Blue) = 124+219+117=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB75 is #83248A. Grayscale: #B3B3B3. Windows color (decimal): -8594571 or 7723900. OLE color: 7723900.

HSL color Cylindrical-coordinate representation of color #7CDB75: hue angle of 115.88º 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 #7CDB75 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 117 -
CMYK 0.43 0 0.47 0.14
HSL 115.88º 0.59% 0.66% -
HSV(B) 115.88º 0.47% 0.86% -
XYZ 36.85 56.23 25.74 -
YUV 178.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 124 219 117 0.43 0 0.47 0.14 115.88 0.59 0.66
Hex 7C DB 75 2B 0 2F E 74 3B 42
Octal 174 333 165 53 0 57 16 164 73 102
Binary 1111100 11011011 1110101 101011 0 101111 1110 1110100 111011 1000010

Color Harmonies of #7CDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB75

Black with #7CDB75

Text Example


Text Example

White with #7CDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CDB75; }

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

 H1.HeaderClassName
 {
   color: #7CDB75;
 }
 .AnyTagClassName
 {
   color: #7CDB75;
 }
</style>

background-color css

<style>
 a { background-color: #7CDB75; }

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

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

border-color css

<style>
 span { border-color: #7CDB75; }

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

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