Html Css Color HEX #AFC871 Caper

📋 copy color: '#AFC871'

red 175 ◦ green 200 ◦ blue 113

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

Shades of Caper #AFC871

Tints of Caper #AFC871

RGB

 RED value IS 175 (68.75% from 255) = 35.86%

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 35.86%
G = 40.98%
B = 23.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#AFC871 (or 0xAFC871) is known color: Caper. HEX triplet: AF, C8 and 71. RGB value is (175,200,113). Sum of RGB (Red+Green+Blue) = 175+200+113=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC871 is #50378E. Grayscale: #B6B6B6. Windows color (decimal): -5257103 or 7456943. OLE color: 7456943.

HSL color Cylindrical-coordinate representation of color #AFC871: hue angle of 77.24º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC871 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 113 -
CMYK 0.12 0 0.44 0.22
HSL 77.24º 0.44% 0.61% -
HSV(B) 77.24º 0.44% 0.78% -
XYZ 41.31 51.61 23.41 -
YUV 182.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 175 200 113 0.12 0 0.44 0.22 77.24 0.44 0.61
Hex AF C8 71 C 0 2C 16 4D 2C 3D
Octal 257 310 161 14 0 54 26 115 54 75
Binary 10101111 11001000 1110001 1100 0 101100 10110 1001101 101100 111101

Color Harmonies of #AFC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC871

Black with #AFC871

Text Example


Text Example

White with #AFC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC871; }

 p { color: rgb(175,200,113); }

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

background-color css

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

 a { background-color: rgb(175,200,113); }

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

border-color css

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

 span { border-color: rgb(175,200,113); }

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