Html Css Color HEX #7CDB96 De York

📋 copy color: '#7CDB96'

red 124 ◦ green 219 ◦ blue 150

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

Shades of De York #7CDB96

Tints of De York #7CDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 25.15%
G = 44.42%
B = 30.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#7CDB96 (or 0x7CDB96) is known color: De York. HEX triplet: 7C, DB and 96. RGB value is (124,219,150). Sum of RGB (Red+Green+Blue) = 124+219+150=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB96 is #832469. Grayscale: #B6B6B6. Windows color (decimal): -8594538 or 9886588. OLE color: 9886588.

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

Color convert

RGB 124 219 150 -
CMYK 0.43 0 0.32 0.14
HSL 136.42º 0.57% 0.67% -
HSV(B) 136.42º 0.43% 0.86% -
XYZ 39.15 57.15 37.82 -
YUV 182.73 109.53 86.11 -
System Red Green Blue C M Y K H S L
Decimal 124 219 150 0.43 0 0.32 0.14 136.42 0.57 0.67
Hex 7C DB 96 2B 0 20 E 88 39 43
Octal 174 333 226 53 0 40 16 210 71 103
Binary 1111100 11011011 10010110 101011 0 100000 1110 10001000 111001 1000011

Color Harmonies of #7CDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB96

Black with #7CDB96

Text Example


Text Example

White with #7CDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,150); }

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

background-color css

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

 a { background-color: rgb(124,219,150); }

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

border-color css

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

 span { border-color: rgb(124,219,150); }

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