Html Css Color HEX #7CC38A De York

📋 copy color: '#7CC38A'

red 124 ◦ green 195 ◦ blue 138

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

Shades of De York #7CC38A

Tints of De York #7CC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 27.13%
G = 42.67%
B = 30.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#7CC38A (or 0x7CC38A) is known color: De York. HEX triplet: 7C, C3 and 8A. RGB value is (124,195,138). Sum of RGB (Red+Green+Blue) = 124+195+138=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC38A is #833C75. Grayscale: #A7A7A7. Windows color (decimal): -8600694 or 9094012. OLE color: 9094012.

HSL color Cylindrical-coordinate representation of color #7CC38A: hue angle of 131.83º 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 #7CC38A is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 138 -
CMYK 0.36 0 0.29 0.24
HSL 131.83º 0.37% 0.63% -
HSV(B) 131.83º 0.36% 0.76% -
XYZ 32.41 45.15 31.05 -
YUV 167.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 124 195 138 0.36 0 0.29 0.24 131.83 0.37 0.63
Hex 7C C3 8A 24 0 1D 18 84 25 3F
Octal 174 303 212 44 0 35 30 204 45 77
Binary 1111100 11000011 10001010 100100 0 11101 11000 10000100 100101 111111

Color Harmonies of #7CC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC38A

Black with #7CC38A

Text Example


Text Example

White with #7CC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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