Html Css Color HEX #71CA6B Pastel Green

📋 copy color: '#71CA6B'

red 113 ◦ green 202 ◦ blue 107

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

Shades of Pastel Green #71CA6B

Tints of Pastel Green #71CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 26.78%
G = 47.87%
B = 25.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#71CA6B (or 0x71CA6B) is known color: Pastel Green. HEX triplet: 71, CA and 6B. RGB value is (113,202,107). Sum of RGB (Red+Green+Blue) = 113+202+107=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA6B is #8E3594. Grayscale: #A4A4A4. Windows color (decimal): -9319829 or 7064177. OLE color: 7064177.

HSL color Cylindrical-coordinate representation of color #71CA6B: hue angle of 116.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71CA6B is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 107 -
CMYK 0.44 0 0.47 0.21
HSL 116.21º 0.47% 0.61% -
HSV(B) 116.21º 0.47% 0.79% -
XYZ 30.58 46.81 21.33 -
YUV 164.56 95.51 91.22 -
System Red Green Blue C M Y K H S L
Decimal 113 202 107 0.44 0 0.47 0.21 116.21 0.47 0.61
Hex 71 CA 6B 2C 0 2F 15 74 2F 3D
Octal 161 312 153 54 0 57 25 164 57 75
Binary 1110001 11001010 1101011 101100 0 101111 10101 1110100 101111 111101

Color Harmonies of #71CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA6B

Black with #71CA6B

Text Example


Text Example

White with #71CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,107); }

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

background-color css

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

 a { background-color: rgb(113,202,107); }

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

border-color css

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

 span { border-color: rgb(113,202,107); }

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