Html Css Color HEX #75CB7F De York

📋 copy color: '#75CB7F'

red 117 ◦ green 203 ◦ blue 127

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

Shades of De York #75CB7F

Tints of De York #75CB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 127 (50% from 255) = 28.41%

R = 26.17%
G = 45.41%
B = 28.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#75CB7F (or 0x75CB7F) is known color: De York. HEX triplet: 75, CB and 7F. RGB value is (117,203,127). Sum of RGB (Red+Green+Blue) = 117+203+127=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB7F is #8A3480. Grayscale: #A8A8A8. Windows color (decimal): -9057409 or 8375157. OLE color: 8375157.

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

Color convert

RGB 117 203 127 -
CMYK 0.42 0 0.37 0.20
HSL 126.98º 0.45% 0.63% -
HSV(B) 126.98º 0.42% 0.8% -
XYZ 32.52 48.03 27.63 -
YUV 168.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 117 203 127 0.42 0 0.37 0.20 126.98 0.45 0.63
Hex 75 CB 7F 2A 0 25 14 7F 2D 3F
Octal 165 313 177 52 0 45 24 177 55 77
Binary 1110101 11001011 1111111 101010 0 100101 10100 1111111 101101 111111

Color Harmonies of #75CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB7F

Black with #75CB7F

Text Example


Text Example

White with #75CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,127); }

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

background-color css

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

 a { background-color: rgb(117,203,127); }

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

border-color css

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

 span { border-color: rgb(117,203,127); }

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