Html Css Color HEX #7CDC92 De York

📋 copy color: '#7CDC92'

red 124 ◦ green 220 ◦ blue 146

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

Shades of De York #7CDC92

Tints of De York #7CDC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 25.31%
G = 44.9%
B = 29.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#7CDC92 (or 0x7CDC92) is known color: De York. HEX triplet: 7C, DC and 92. RGB value is (124,220,146). Sum of RGB (Red+Green+Blue) = 124+220+146=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC92 is #83236D. Grayscale: #B7B7B7. Windows color (decimal): -8594286 or 9624700. OLE color: 9624700.

HSL color Cylindrical-coordinate representation of color #7CDC92: hue angle of 133.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC92 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 220 146 -
CMYK 0.44 0 0.34 0.14
HSL 133.75º 0.58% 0.67% -
HSV(B) 133.75º 0.44% 0.86% -
XYZ 39.09 57.55 36.24 -
YUV 182.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 124 220 146 0.44 0 0.34 0.14 133.75 0.58 0.67
Hex 7C DC 92 2C 0 22 E 86 3A 43
Octal 174 334 222 54 0 42 16 206 72 103
Binary 1111100 11011100 10010010 101100 0 100010 1110 10000110 111010 1000011

Color Harmonies of #7CDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDC92

Black with #7CDC92

Text Example


Text Example

White with #7CDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,220,146); }

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

background-color css

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

 a { background-color: rgb(124,220,146); }

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

border-color css

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

 span { border-color: rgb(124,220,146); }

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