Html Css Color HEX #7DC38B De York

📋 copy color: '#7DC38B'

red 125 ◦ green 195 ◦ blue 139

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

Shades of De York #7DC38B

Tints of De York #7DC38B

RGB

 RED value IS 125 (49.22% from 255) = 27.23%

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 27.23%
G = 42.48%
B = 30.28%

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

#7DC38B (or 0x7DC38B) is known color: De York. HEX triplet: 7D, C3 and 8B. RGB value is (125,195,139). Sum of RGB (Red+Green+Blue) = 125+195+139=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC38B is #823C74. Grayscale: #A7A7A7. Windows color (decimal): -8535157 or 9159549. OLE color: 9159549.

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

Color convert

RGB 125 195 139 -
CMYK 0.36 0 0.29 0.24
HSL 132º 0.37% 0.63% -
HSV(B) 132º 0.36% 0.76% -
XYZ 32.63 45.25 31.44 -
YUV 167.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 125 195 139 0.36 0 0.29 0.24 132 0.37 0.63
Hex 7D C3 8B 24 0 1D 18 84 25 3F
Octal 175 303 213 44 0 35 30 204 45 77
Binary 1111101 11000011 10001011 100100 0 11101 11000 10000100 100101 111111

Color Harmonies of #7DC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC38B

Black with #7DC38B

Text Example


Text Example

White with #7DC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,139); }

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

background-color css

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

 a { background-color: rgb(125,195,139); }

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

border-color css

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

 span { border-color: rgb(125,195,139); }

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