Html Css Color HEX #AFCD70 Caper

📋 copy color: '#AFCD70'

red 175 ◦ green 205 ◦ blue 112

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

Shades of Caper #AFCD70

Tints of Caper #AFCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 35.57%
G = 41.67%
B = 22.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#AFCD70 (or 0xAFCD70) is known color: Caper. HEX triplet: AF, CD and 70. RGB value is (175,205,112). Sum of RGB (Red+Green+Blue) = 175+205+112=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD70 is #50328F. Grayscale: #B9B9B9. Windows color (decimal): -5255824 or 7392687. OLE color: 7392687.

HSL color Cylindrical-coordinate representation of color #AFCD70: hue angle of 79.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFCD70 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 112 -
CMYK 0.15 0 0.45 0.20
HSL 79.35º 0.48% 0.62% -
HSV(B) 79.35º 0.45% 0.8% -
XYZ 42.44 53.95 23.51 -
YUV 185.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 175 205 112 0.15 0 0.45 0.20 79.35 0.48 0.62
Hex AF CD 70 F 0 2D 14 4F 30 3E
Octal 257 315 160 17 0 55 24 117 60 76
Binary 10101111 11001101 1110000 1111 0 101101 10100 1001111 110000 111110

Color Harmonies of #AFCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD70

Black with #AFCD70

Text Example


Text Example

White with #AFCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD70; }

 p { color: rgb(175,205,112); }

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

background-color css

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

 a { background-color: rgb(175,205,112); }

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

border-color css

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

 span { border-color: rgb(175,205,112); }

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