Html Css Color HEX #75CF84 De York

📋 copy color: '#75CF84'

red 117 ◦ green 207 ◦ blue 132

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

Shades of De York #75CF84

Tints of De York #75CF84

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 25.66%
G = 45.39%
B = 28.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#75CF84 (or 0x75CF84) is known color: De York. HEX triplet: 75, CF and 84. RGB value is (117,207,132). Sum of RGB (Red+Green+Blue) = 117+207+132=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF84 is #8A307B. Grayscale: #ABABAB. Windows color (decimal): -9056380 or 8703861. OLE color: 8703861.

HSL color Cylindrical-coordinate representation of color #75CF84: hue angle of 130º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CF84 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 132 -
CMYK 0.43 0 0.36 0.19
HSL 130º 0.48% 0.64% -
HSV(B) 130º 0.43% 0.81% -
XYZ 33.81 50.07 29.71 -
YUV 171.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 117 207 132 0.43 0 0.36 0.19 130 0.48 0.64
Hex 75 CF 84 2B 0 24 13 82 30 40
Octal 165 317 204 53 0 44 23 202 60 100
Binary 1110101 11001111 10000100 101011 0 100100 10011 10000010 110000 1000000

Color Harmonies of #75CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF84

Black with #75CF84

Text Example


Text Example

White with #75CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,132); }

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

background-color css

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

 a { background-color: rgb(117,207,132); }

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

border-color css

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

 span { border-color: rgb(117,207,132); }

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