Html Css Color HEX #7CD68E De York

📋 copy color: '#7CD68E'

red 124 ◦ green 214 ◦ blue 142

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

Shades of De York #7CD68E

Tints of De York #7CD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 25.83%
G = 44.58%
B = 29.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#7CD68E (or 0x7CD68E) is known color: De York. HEX triplet: 7C, D6 and 8E. RGB value is (124,214,142). Sum of RGB (Red+Green+Blue) = 124+214+142=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD68E is #832971. Grayscale: #B3B3B3. Windows color (decimal): -8595826 or 9361020. OLE color: 9361020.

HSL color Cylindrical-coordinate representation of color #7CD68E: hue angle of 132º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD68E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 214 142 -
CMYK 0.42 0 0.34 0.16
HSL 132º 0.52% 0.66% -
HSV(B) 132º 0.42% 0.84% -
XYZ 37.24 54.33 34.12 -
YUV 178.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 124 214 142 0.42 0 0.34 0.16 132 0.52 0.66
Hex 7C D6 8E 2A 0 22 10 84 34 42
Octal 174 326 216 52 0 42 20 204 64 102
Binary 1111100 11010110 10001110 101010 0 100010 10000 10000100 110100 1000010

Color Harmonies of #7CD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD68E

Black with #7CD68E

Text Example


Text Example

White with #7CD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,214,142); }

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

background-color css

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

 a { background-color: rgb(124,214,142); }

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

border-color css

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

 span { border-color: rgb(124,214,142); }

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