Html Css Color HEX #AFCB75 Caper

📋 copy color: '#AFCB75'

red 175 ◦ green 203 ◦ blue 117

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

Shades of Caper #AFCB75

Tints of Caper #AFCB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 35.35%
G = 41.01%
B = 23.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#AFCB75 (or 0xAFCB75) is known color: Caper. HEX triplet: AF, CB and 75. RGB value is (175,203,117). Sum of RGB (Red+Green+Blue) = 175+203+117=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB75 is #50348A. Grayscale: #B9B9B9. Windows color (decimal): -5256331 or 7719855. OLE color: 7719855.

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

Color convert

RGB 175 203 117 -
CMYK 0.14 0 0.42 0.20
HSL 79.53º 0.45% 0.63% -
HSV(B) 79.53º 0.42% 0.8% -
XYZ 42.25 53.11 24.85 -
YUV 184.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 175 203 117 0.14 0 0.42 0.20 79.53 0.45 0.63
Hex AF CB 75 E 0 2A 14 50 2D 3F
Octal 257 313 165 16 0 52 24 120 55 77
Binary 10101111 11001011 1110101 1110 0 101010 10100 1010000 101101 111111

Color Harmonies of #AFCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB75

Black with #AFCB75

Text Example


Text Example

White with #AFCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB75; }

 p { color: rgb(175,203,117); }

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

background-color css

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

 a { background-color: rgb(175,203,117); }

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

border-color css

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

 span { border-color: rgb(175,203,117); }

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