Html Css Color HEX #75CB82 De York

📋 copy color: '#75CB82'

red 117 ◦ green 203 ◦ blue 130

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

Shades of De York #75CB82

Tints of De York #75CB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 26%
G = 45.11%
B = 28.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#75CB82 (or 0x75CB82) is known color: De York. HEX triplet: 75, CB and 82. RGB value is (117,203,130). Sum of RGB (Red+Green+Blue) = 117+203+130=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB82 is #8A347D. Grayscale: #A9A9A9. Windows color (decimal): -9057406 or 8571765. OLE color: 8571765.

HSL color Cylindrical-coordinate representation of color #75CB82: hue angle of 129.07º 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 #75CB82 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 130 -
CMYK 0.42 0 0.36 0.20
HSL 129.07º 0.45% 0.63% -
HSV(B) 129.07º 0.42% 0.8% -
XYZ 32.72 48.11 28.68 -
YUV 168.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 117 203 130 0.42 0 0.36 0.20 129.07 0.45 0.63
Hex 75 CB 82 2A 0 24 14 81 2D 3F
Octal 165 313 202 52 0 44 24 201 55 77
Binary 1110101 11001011 10000010 101010 0 100100 10100 10000001 101101 111111

Color Harmonies of #75CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB82

Black with #75CB82

Text Example


Text Example

White with #75CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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