#71CD02

Color #71CD02 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #71CD02

Tints of Christi #71CD02

Color information

#71CD02 (or 0x71CD02) is unknown color: approx Christi. HEX triplet: 71, CD and 02. RGB value is (113,205,2). Sum of RGB (Red+Green+Blue) = 113+205+2=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CD02 is #8E32FD. Grayscale: #9B9B9B. Windows color (decimal): -9319166 or 183665. OLE color: 183665.

HSL color Cylindrical-coordinate representation of color #71CD02: hue angle of 87.19º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71CD02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB1132052-
CMYK0.4500.990.20
HSL87.19º98.07%40.59%-
HSV(B)87.19º99.02%80.39%-
XYZ28.6547.187.65-
YUV154.3542.0298.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 205 (80.47% from 255) = 64.06%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=35.31%
G=64.06%
B=0.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11320520.4500.990.2087.1998.0740.59
Hex71CD22D06314576229
Octal16131525501432412714251
Binary11100011100110110101101011000111010010101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,2); }

 H1.HeaderClassName
 {
   color: #71CD02;
 }
 .AnyTagClassName
 {
   color: #71CD02;
 }
</style>
background-color css

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

 a { background-color: rgb(113,205,2); }

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

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

 span { border-color: rgb(113,205,2); }

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