Html Css Color HEX #7CC385 De York

📋 copy color: '#7CC385'

red 124 ◦ green 195 ◦ blue 133

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

Shades of De York #7CC385

Tints of De York #7CC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 27.43%
G = 43.14%
B = 29.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#7CC385 (or 0x7CC385) is known color: De York. HEX triplet: 7C, C3 and 85. RGB value is (124,195,133). Sum of RGB (Red+Green+Blue) = 124+195+133=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC385 is #833C7A. Grayscale: #A6A6A6. Windows color (decimal): -8600699 or 8766332. OLE color: 8766332.

HSL color Cylindrical-coordinate representation of color #7CC385: hue angle of 127.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC385 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 133 -
CMYK 0.36 0 0.32 0.24
HSL 127.61º 0.37% 0.63% -
HSV(B) 127.61º 0.36% 0.76% -
XYZ 32.06 45.01 29.19 -
YUV 166.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 124 195 133 0.36 0 0.32 0.24 127.61 0.37 0.63
Hex 7C C3 85 24 0 20 18 80 25 3F
Octal 174 303 205 44 0 40 30 200 45 77
Binary 1111100 11000011 10000101 100100 0 100000 11000 10000000 100101 111111

Color Harmonies of #7CC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC385

Black with #7CC385

Text Example


Text Example

White with #7CC385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,195,133); }

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

background-color css

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

 a { background-color: rgb(124,195,133); }

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

border-color css

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

 span { border-color: rgb(124,195,133); }

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