Html Css Color HEX #AFCB5D Wild Willow

📋 copy color: '#AFCB5D'

red 175 ◦ green 203 ◦ blue 93

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

Shades of Wild Willow #AFCB5D

Tints of Wild Willow #AFCB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 37.15%
G = 43.1%
B = 19.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#AFCB5D (or 0xAFCB5D) is known color: Wild Willow. HEX triplet: AF, CB and 5D. RGB value is (175,203,93). Sum of RGB (Red+Green+Blue) = 175+203+93=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB5D is #5034A2. Grayscale: #B6B6B6. Windows color (decimal): -5256355 or 6146991. OLE color: 6146991.

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

Color convert

RGB 175 203 93 -
CMYK 0.14 0 0.54 0.20
HSL 75.27º 0.51% 0.58% -
HSV(B) 75.27º 0.54% 0.8% -
XYZ 41.01 52.62 18.35 -
YUV 182.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 175 203 93 0.14 0 0.54 0.20 75.27 0.51 0.58
Hex AF CB 5D E 0 36 14 4B 33 3A
Octal 257 313 135 16 0 66 24 113 63 72
Binary 10101111 11001011 1011101 1110 0 110110 10100 1001011 110011 111010

Color Harmonies of #AFCB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB5D

Black with #AFCB5D

Text Example


Text Example

White with #AFCB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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