Html Css Color HEX #7CC48B De York

📋 copy color: '#7CC48B'

red 124 ◦ green 196 ◦ blue 139

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

Shades of De York #7CC48B

Tints of De York #7CC48B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 27.02%
G = 42.7%
B = 30.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#7CC48B (or 0x7CC48B) is known color: De York. HEX triplet: 7C, C4 and 8B. RGB value is (124,196,139). Sum of RGB (Red+Green+Blue) = 124+196+139=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC48B is #833B74. Grayscale: #A8A8A8. Windows color (decimal): -8600437 or 9159804. OLE color: 9159804.

HSL color Cylindrical-coordinate representation of color #7CC48B: hue angle of 132.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC48B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 196 139 -
CMYK 0.37 0 0.29 0.23
HSL 132.5º 0.38% 0.63% -
HSV(B) 132.5º 0.37% 0.77% -
XYZ 32.71 45.63 31.51 -
YUV 167.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 124 196 139 0.37 0 0.29 0.23 132.5 0.38 0.63
Hex 7C C4 8B 25 0 1D 17 84 26 3F
Octal 174 304 213 45 0 35 27 204 46 77
Binary 1111100 11000100 10001011 100101 0 11101 10111 10000100 100110 111111

Color Harmonies of #7CC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC48B

Black with #7CC48B

Text Example


Text Example

White with #7CC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,196,139); }

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

background-color css

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

 a { background-color: rgb(124,196,139); }

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

border-color css

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

 span { border-color: rgb(124,196,139); }

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