#71CD68

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

Shades of Pastel Green #71CD68

Tints of Pastel Green #71CD68

Color information

#71CD68 (or 0x71CD68) is unknown color: approx Pastel Green. HEX triplet: 71, CD and 68. RGB value is (113,205,104). Sum of RGB (Red+Green+Blue) = 113+205+104=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD68 is #8E3297. Grayscale: #A6A6A6. Windows color (decimal): -9319064 or 6868337. OLE color: 6868337.

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

Color convert

RGB113205104-
CMYK0.4500.490.20
HSL114.65º50.25%60.59%-
HSV(B)114.65º49.27%80.39%-
XYZ31.1448.1720.75-
YUV165.9893.0290.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=26.78%
G=48.58%
B=24.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051040.4500.490.20114.6550.2560.59
Hex71CD682D0311473323d
Octal16131515055061241636275
Binary11100011100110111010001011010110001101001110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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