Html Css Color HEX #AFCC74 Caper

📋 copy color: '#AFCC74'

red 175 ◦ green 204 ◦ blue 116

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

Shades of Caper #AFCC74

Tints of Caper #AFCC74

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.21%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 35.35%
G = 41.21%
B = 23.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#AFCC74 (or 0xAFCC74) is known color: Caper. HEX triplet: AF, CC and 74. RGB value is (175,204,116). Sum of RGB (Red+Green+Blue) = 175+204+116=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC74 is #50338B. Grayscale: #B9B9B9. Windows color (decimal): -5256076 or 7654575. OLE color: 7654575.

HSL color Cylindrical-coordinate representation of color #AFCC74: hue angle of 79.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCC74 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 116 -
CMYK 0.14 0 0.43 0.2
HSL 79.77º 0.46% 0.63% -
HSV(B) 79.77º 0.43% 0.8% -
XYZ 42.42 53.56 24.63 -
YUV 185.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 175 204 116 0.14 0 0.43 0.2 79.77 0.46 0.63
Hex AF CC 74 E 0 2B 14 50 2E 3F
Octal 257 314 164 16 0 53 24 120 56 77
Binary 10101111 11001100 1110100 1110 0 101011 10100 1010000 101110 111111

Color Harmonies of #AFCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC74

Black with #AFCC74

Text Example


Text Example

White with #AFCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC74; }

 p { color: rgb(175,204,116); }

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

background-color css

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

 a { background-color: rgb(175,204,116); }

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

border-color css

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

 span { border-color: rgb(175,204,116); }

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