Html Css Color HEX #7CC474 De York

📋 copy color: '#7CC474'

red 124 ◦ green 196 ◦ blue 116

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

Shades of De York #7CC474

Tints of De York #7CC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 28.44%
G = 44.95%
B = 26.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#7CC474 (or 0x7CC474) is known color: De York. HEX triplet: 7C, C4 and 74. RGB value is (124,196,116). Sum of RGB (Red+Green+Blue) = 124+196+116=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC474 is #833B8B. Grayscale: #A5A5A5. Windows color (decimal): -8600460 or 7652476. OLE color: 7652476.

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

Color convert

RGB 124 196 116 -
CMYK 0.37 0 0.41 0.23
HSL 114º 0.4% 0.61% -
HSV(B) 114º 0.41% 0.77% -
XYZ 31.2 45.03 23.57 -
YUV 165.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 124 196 116 0.37 0 0.41 0.23 114 0.4 0.61
Hex 7C C4 74 25 0 29 17 72 28 3D
Octal 174 304 164 45 0 51 27 162 50 75
Binary 1111100 11000100 1110100 100101 0 101001 10111 1110010 101000 111101

Color Harmonies of #7CC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC474

Black with #7CC474

Text Example


Text Example

White with #7CC474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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