Html Css Color HEX #7DFCA5 Pale Green

📋 copy color: '#7DFCA5'

red 125 ◦ green 252 ◦ blue 165

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

Shades of Pale Green #7DFCA5

Tints of Pale Green #7DFCA5

RGB

 RED value IS 125 (49.22% from 255) = 23.06%

 GREEN value IS 252 (98.83% from 255) = 46.49%

 BLUE value IS 165 (64.84% from 255) = 30.44%

R = 23.06%
G = 46.49%
B = 30.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#7DFCA5 (or 0x7DFCA5) is known color: Pale Green. HEX triplet: 7D, FC and A5. RGB value is (125,252,165). Sum of RGB (Red+Green+Blue) = 125+252+165=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFCA5 is #82035A. Grayscale: #CCCCCC. Windows color (decimal): -8520539 or 10878077. OLE color: 10878077.

HSL color Cylindrical-coordinate representation of color #7DFCA5: hue angle of 138.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCA5 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 252 165 -
CMYK 0.50 0 0.35 0.01
HSL 138.9º 0.95% 0.74% -
HSV(B) 138.9º 0.5% 0.99% -
XYZ 50.06 76.7 47.76 -
YUV 204.11 105.92 71.57 -
System Red Green Blue C M Y K H S L
Decimal 125 252 165 0.50 0 0.35 0.01 138.9 0.95 0.74
Hex 7D FC A5 32 0 23 1 8B 5F 4A
Octal 175 374 245 62 0 43 1 213 137 112
Binary 1111101 11111100 10100101 110010 0 100011 1 10001011 1011111 1001010

Color Harmonies of #7DFCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFCA5

Black with #7DFCA5

Text Example


Text Example

White with #7DFCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,252,165); }

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

background-color css

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

 a { background-color: rgb(125,252,165); }

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

border-color css

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

 span { border-color: rgb(125,252,165); }

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