Html Css Color HEX #75C283 De York

📋 copy color: '#75C283'

red 117 ◦ green 194 ◦ blue 131

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

Shades of De York #75C283

Tints of De York #75C283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 26.47%
G = 43.89%
B = 29.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#75C283 (or 0x75C283) is known color: De York. HEX triplet: 75, C2 and 83. RGB value is (117,194,131). Sum of RGB (Red+Green+Blue) = 117+194+131=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #75C283 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C283 is #8A3D7C. Grayscale: #A3A3A3. Windows color (decimal): -9059709 or 8634997. OLE color: 8634997.

HSL color Cylindrical-coordinate representation of color #75C283: hue angle of 130.91º 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 #75C283 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 131 -
CMYK 0.40 0 0.32 0.24
HSL 130.91º 0.39% 0.61% -
HSV(B) 130.91º 0.4% 0.76% -
XYZ 30.72 44 28.35 -
YUV 163.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 117 194 131 0.40 0 0.32 0.24 130.91 0.39 0.61
Hex 75 C2 83 28 0 20 18 83 27 3D
Octal 165 302 203 50 0 40 30 203 47 75
Binary 1110101 11000010 10000011 101000 0 100000 11000 10000011 100111 111101

Color Harmonies of #75C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C283

Black with #75C283

Text Example


Text Example

White with #75C283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,131); }

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

background-color css

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

 a { background-color: rgb(117,194,131); }

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

border-color css

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

 span { border-color: rgb(117,194,131); }

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