Html Css Color HEX #7CD298 Padua

📋 copy color: '#7CD298'

red 124 ◦ green 210 ◦ blue 152

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

Shades of Padua #7CD298

Tints of Padua #7CD298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 25.51%
G = 43.21%
B = 31.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#7CD298 (or 0x7CD298) is known color: Padua. HEX triplet: 7C, D2 and 98. RGB value is (124,210,152). Sum of RGB (Red+Green+Blue) = 124+210+152=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD298 is #832D67. Grayscale: #B1B1B1. Windows color (decimal): -8596840 or 10015356. OLE color: 10015356.

HSL color Cylindrical-coordinate representation of color #7CD298: hue angle of 139.53º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD298 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 210 152 -
CMYK 0.41 0 0.28 0.18
HSL 139.53º 0.49% 0.65% -
HSV(B) 139.53º 0.41% 0.82% -
XYZ 37.03 52.65 37.92 -
YUV 177.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 124 210 152 0.41 0 0.28 0.18 139.53 0.49 0.65
Hex 7C D2 98 29 0 1C 12 8C 31 41
Octal 174 322 230 51 0 34 22 214 61 101
Binary 1111100 11010010 10011000 101001 0 11100 10010 10001100 110001 1000001

Color Harmonies of #7CD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD298

Black with #7CD298

Text Example


Text Example

White with #7CD298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,210,152); }

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

background-color css

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

 a { background-color: rgb(124,210,152); }

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

border-color css

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

 span { border-color: rgb(124,210,152); }

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