Html Css Color HEX #75C37B De York

📋 copy color: '#75C37B'

red 117 ◦ green 195 ◦ blue 123

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

Shades of De York #75C37B

Tints of De York #75C37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 26.9%
G = 44.83%
B = 28.28%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#75C37B (or 0x75C37B) is known color: De York. HEX triplet: 75, C3 and 7B. RGB value is (117,195,123). Sum of RGB (Red+Green+Blue) = 117+195+123=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #75C37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C37B is #8A3C84. Grayscale: #A3A3A3. Windows color (decimal): -9059461 or 8110965. OLE color: 8110965.

HSL color Cylindrical-coordinate representation of color #75C37B: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C37B is Cyan = 0.4, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 123 -
CMYK 0.4 0 0.37 0.24
HSL 124.62º 0.39% 0.61% -
HSV(B) 124.62º 0.4% 0.76% -
XYZ 30.43 44.24 25.67 -
YUV 163.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 117 195 123 0.4 0 0.37 0.24 124.62 0.39 0.61
Hex 75 C3 7B 28 0 25 18 7D 27 3D
Octal 165 303 173 50 0 45 30 175 47 75
Binary 1110101 11000011 1111011 101000 0 100101 11000 1111101 100111 111101

Color Harmonies of #75C37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C37B

Black with #75C37B

Text Example


Text Example

White with #75C37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,123); }

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

background-color css

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

 a { background-color: rgb(117,195,123); }

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

border-color css

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

 span { border-color: rgb(117,195,123); }

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