Html Css Color HEX #75CA7B De York

📋 copy color: '#75CA7B'

red 117 ◦ green 202 ◦ blue 123

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

Shades of De York #75CA7B

Tints of De York #75CA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

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

R = 26.47%
G = 45.7%
B = 27.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#75CA7B (or 0x75CA7B) is known color: De York. HEX triplet: 75, CA and 7B. RGB value is (117,202,123). Sum of RGB (Red+Green+Blue) = 117+202+123=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA7B is #8A3584. Grayscale: #A7A7A7. Windows color (decimal): -9057669 or 8112757. OLE color: 8112757.

HSL color Cylindrical-coordinate representation of color #75CA7B: hue angle of 124.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA7B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 123 -
CMYK 0.42 0 0.39 0.21
HSL 124.24º 0.45% 0.63% -
HSV(B) 124.24º 0.42% 0.79% -
XYZ 32.03 47.45 26.21 -
YUV 167.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 117 202 123 0.42 0 0.39 0.21 124.24 0.45 0.63
Hex 75 CA 7B 2A 0 27 15 7C 2D 3F
Octal 165 312 173 52 0 47 25 174 55 77
Binary 1110101 11001010 1111011 101010 0 100111 10101 1111100 101101 111111

Color Harmonies of #75CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA7B

Black with #75CA7B

Text Example


Text Example

White with #75CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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