Html Css Color HEX #7CCB8D De York

📋 copy color: '#7CCB8D'

red 124 ◦ green 203 ◦ blue 141

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

Shades of De York #7CCB8D

Tints of De York #7CCB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 26.5%
G = 43.38%
B = 30.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#7CCB8D (or 0x7CCB8D) is known color: De York. HEX triplet: 7C, CB and 8D. RGB value is (124,203,141). Sum of RGB (Red+Green+Blue) = 124+203+141=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCB8D is #833472. Grayscale: #ACACAC. Windows color (decimal): -8598643 or 9292668. OLE color: 9292668.

HSL color Cylindrical-coordinate representation of color #7CCB8D: hue angle of 132.91º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCB8D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 141 -
CMYK 0.39 0 0.31 0.20
HSL 132.91º 0.43% 0.64% -
HSV(B) 132.91º 0.39% 0.8% -
XYZ 34.48 48.92 32.82 -
YUV 172.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 124 203 141 0.39 0 0.31 0.20 132.91 0.43 0.64
Hex 7C CB 8D 27 0 1F 14 85 2B 40
Octal 174 313 215 47 0 37 24 205 53 100
Binary 1111100 11001011 10001101 100111 0 11111 10100 10000101 101011 1000000

Color Harmonies of #7CCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB8D

Black with #7CCB8D

Text Example


Text Example

White with #7CCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,203,141); }

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

background-color css

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

 a { background-color: rgb(124,203,141); }

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

border-color css

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

 span { border-color: rgb(124,203,141); }

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