Html Css Color HEX #75CC7D De York

📋 copy color: '#75CC7D'

red 117 ◦ green 204 ◦ blue 125

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

Shades of De York #75CC7D

Tints of De York #75CC7D

RGB

 RED value IS 117 (46.09% from 255) = 26.23%

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 26.23%
G = 45.74%
B = 28.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#75CC7D (or 0x75CC7D) is known color: De York. HEX triplet: 75, CC and 7D. RGB value is (117,204,125). Sum of RGB (Red+Green+Blue) = 117+204+125=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC7D is #8A3382. Grayscale: #A9A9A9. Windows color (decimal): -9057155 or 8244341. OLE color: 8244341.

HSL color Cylindrical-coordinate representation of color #75CC7D: hue angle of 125.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CC7D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 125 -
CMYK 0.43 0 0.39 0.2
HSL 125.52º 0.46% 0.63% -
HSV(B) 125.52º 0.43% 0.8% -
XYZ 32.63 48.45 27.03 -
YUV 168.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 117 204 125 0.43 0 0.39 0.2 125.52 0.46 0.63
Hex 75 CC 7D 2B 0 27 14 7E 2E 3F
Octal 165 314 175 53 0 47 24 176 56 77
Binary 1110101 11001100 1111101 101011 0 100111 10100 1111110 101110 111111

Color Harmonies of #75CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC7D

Black with #75CC7D

Text Example


Text Example

White with #75CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CC7D; }

 p { color: rgb(117,204,125); }

 H1.HeaderClassName
 {
   color: #75CC7D;
 }
 .AnyTagClassName
 {
   color: #75CC7D;
 }
</style>

background-color css

<style>
 a { background-color: #75CC7D; }

 a { background-color: rgb(117,204,125); }

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

border-color css

<style>
 span { border-color: #75CC7D; }

 span { border-color: rgb(117,204,125); }

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