Html Css Color HEX #71CF84 De York

📋 copy color: '#71CF84'

red 113 ◦ green 207 ◦ blue 132

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

Shades of De York #71CF84

Tints of De York #71CF84

RGB

 RED value IS 113 (44.53% from 255) = 25%

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

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

R = 25%
G = 45.8%
B = 29.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#71CF84 (or 0x71CF84) is known color: De York. HEX triplet: 71, CF and 84. RGB value is (113,207,132). Sum of RGB (Red+Green+Blue) = 113+207+132=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CF84 is #8E307B. Grayscale: #AAAAAA. Windows color (decimal): -9318524 or 8703857. OLE color: 8703857.

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

Color convert

RGB 113 207 132 -
CMYK 0.45 0 0.36 0.19
HSL 132.13º 0.49% 0.63% -
HSV(B) 132.13º 0.45% 0.81% -
XYZ 33.29 49.8 29.69 -
YUV 170.34 106.36 87.1 -
System Red Green Blue C M Y K H S L
Decimal 113 207 132 0.45 0 0.36 0.19 132.13 0.49 0.63
Hex 71 CF 84 2D 0 24 13 84 31 3F
Octal 161 317 204 55 0 44 23 204 61 77
Binary 1110001 11001111 10000100 101101 0 100100 10011 10000100 110001 111111

Color Harmonies of #71CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF84

Black with #71CF84

Text Example


Text Example

White with #71CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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